[ns] Intermediate node object or id in dsr-priqueue

2008-06-03 Thread Emmy Bernard
Hi, I have been using ns2 from a month now and still facing some problems. i am achieving some treatments on the traversing packets at multiple levels. those treatments depend of the intermediate node ids. so i need this ids every time and in each level. At the mac layer it was possible to use n

[ns] Communication between MAC layer and Route Agent to 802.15.4

2008-06-03 Thread Ivanovich Medeiroa
Dear all, I'm developing a Route Agent based in tree structure to 802.15.4 extending NOAH. So, I need to get the address of a coordinator that is available at MAC layer (MLME_ASSOCIATE_response() ) and forward it to your children through network layer (Route Agent). My doubt is the followi

[ns] suggestion-zrp segmentation fault..

2008-06-03 Thread Ricardo Wojciechowski
Hey junsemilo, i am trying implement the ZRP in NS2.30, do u have the code for ns 2.29 working ? Can send me if u have? tkz -- A descoberta consiste em ver o que todo mundo viu e pensar o que ninguém pensou. (A. Szent-Gyorgyi)

[ns] Can't see packets in NAM (wireless simulations)

2008-06-03 Thread Sarvesh Kumar
Hello, I carried out a few wireless simulations.I am not able to see packets in NAM if I turn off the MAC trace.I don't understand why.Is there any specific reason for that? Thanks, Sarvesh Unlimited freedom, unlimited storage. Get it now, on http://help.yahoo.com/l/in/yahoo/mail/yahoom

[ns] ZRP implementation (NS2.30)

2008-06-03 Thread Ricardo Wojciechowski
Hello I've found a old version of ZRP for an older version of NS (NS2.1b9) . I am trying to make ZRP working under NS2.30 but i got an error. When I compile it all ok. But when start running the simulations I got "core dumped", something about Packet:acess. Can anybody help? Someone have the ZRP

[ns] Mobile IP extension recommended

2008-06-03 Thread Ricardo Schmidt
Hello all, I've found many extensions to simulate Mobile IP in ns-2. I only need to measure the roaming time. What could be the best Mobile IP for ns-2 approach to use? Thanks in advance, Ricardo.

[ns] Monitoring a queue in wireless scenario

2008-06-03 Thread Bhanoji Kandalam
I am trying to monitor queue using monitor-queue, by using the following piece of code set queue_mon [$ns monitor-queue $node_(0) $node_(1) [open queue1.tr w] 0.1] and then I want to access the packets that are currently there in the queue set packets [$queue_mon set pkts_] #will packets variab

[ns] Flooding in wireless simulations

2008-06-03 Thread Sarvesh Kumar
Does anyone know of a proper flooding implementation for wireless simulations where one can use any of the existing traffic types such as cbr? I realize that there is at least one flooding implementation which uses its own messages but cannot be used as a routing protocol for standard CBR over UDP

Re: [ns] Ns-users Digest, Vol 54, Issue 3

2008-06-03 Thread P.Reena
I think neither trace-queue nor queue-monitor can be used on a wireless node since both are inserted in links and there are no links in a wireless topology. In wireless IFQ (interface queue) is implemented on a node ( refer the section on mobilenetworking in ns in ns-manuel for details of mobile