[ns] X library not found!!!

2009-01-16 Thread Lochan Verma
Dear ns-users, I have been trying to install ns2.26 with Ubuntu 6.10 and I must say it is really a big pain. I downgraded the gcc version and installed some lib. required by googling about the same. However,, I am stuck with the error Can't find X library I followed up the below mentioned

[ns] Xgraph Bad x-value error message

2009-01-16 Thread Syed Faraz Hasan
Hi everybody, I am trying to use xgraph. It is installed in my machine and running. I modified my code according to available tutorials (as far as I could) to see xgraph results. When the code is run, xgraph starts but displays no results. An error message is Bad x-value 'r' on line 6153 of

[ns] Throughput and collision measurement in 802.11 AP-mode

2009-01-16 Thread Иван
Hi! I am a beginner in Ns-2, but I managed to alter infra.tcl script to my needs - I had to model several independent 802.11 g networks. Now I have to calculate the throughput of each of them and to see how the throughput is affected by collision (because networls affect each other). Can

[ns] Can anyone guide me how to compare AODV and DSR routing protocol of MANET

2009-01-16 Thread Nirbhay Chaubey
Hello Friends, I am new in using NS2 simulator, however I have installed NS2allione on fedora9 kernel 2.6. I am research students, I saw that AODV and DSR routing protocol of MANET are there, I want to compare these protocols. Can anyone guide me how to proceed for that step by step. I will

[ns] Commercial application of AODV for MANETs

2009-01-16 Thread IRFAN LAONE
Hi everyone, Can anyone please give an example of some practical commercial application of AODV for MANETs. Thanx _ Drag n’ drop—Get easy photo sharing with Windows Live™ Photos.

[ns] Power Consumption of a node

2009-01-16 Thread Mohit Tahiliani
Hello all, In NS-2 we can measure residual Energy easily by looking at the trace file. But how can we measure the total power consumption of a node at a particular point in time. (e.g.: between 1sec and 5sec i.e. within an interval of 5-1=4 sec what is the power consumption of a node) Is

[ns] REGISTERED NODES

2009-01-16 Thread pradeep m
Hi all , I need to find the nodes that are registered with a certain base station. How to do this? Also when a mobile node is moving from the home network to the foreign network how to register the node with the foreign Agent?

[ns] MAC cache_ array out of range

2009-01-16 Thread Mustafa Kamal
Hi, Can anyone tell me from which c++ file this message can come out? MAC_802_11: accessing MAC cache_  array out of range Thanks in advance

[ns] Deleting node at runtime

2009-01-16 Thread obaid abbasi
Hi, Is it possible to delete a node at run time.For example I have created a node set node1 [$ns node]. I want to remove this node from topology after 30 seconds of simulation time executed. Do you know any TCL command for deleting a node at runtime. Thanks a lot for your response. BR

[ns] appearing new nodes during the simulation

2009-01-16 Thread Nadine Chen
Hello Can you please tell me how can I make nodes appear one by one in the simulation ,for example initially I have one node, then, after 10 seconds, I have another one? Please help me. Thank you very much.

[ns] what is most stable version of NS2

2009-01-16 Thread Douglas Restrepo
Hi NS2 forum... Can some body tell me what is the most stable version of NS2. I have to do a project with the LEACH protocol and I'd like work with a good version of NS2. Thank you.

Re: [ns] MAC cache_ array out of range

2009-01-16 Thread Phenix
Hi, Can anyone tell me from which c++ file this message can come out? MAC_802_11: accessing MAC cache_ array out of range Using a code browser, such as source insight, you'll easily locate where it is! In fact, the information above comes from Mac-802_11.cc, line 1963. Thanks in