[ns] Help with DEBUG statements in Aodv - sendReply() recvReply()

2008-11-30 Thread Noor Asraf
I am trying to understand routing in AODV so I enabled some of DEBUG in sendReply() and recvRequest(). I need some help in interpreting these statements. SO this means that at Node 6 receives a reply from Node 2? Node 7 receives a reply from Node 6? Why is the source (ch-prev_hop_) 2 the same for

[ns] Know destination and Source address

2008-11-30 Thread Thanes Vela
Hi All, I am newbie to ns2. I would like to know *destination* and *source address* of each incoming packet of a node. Could please anyone help me how to do this? Thanks in advance Regards Thanes

Re: [ns] Know destination and Source address

2008-11-30 Thread Waleed Tuffaha
Hello Thanes Vela, You will have to define your problem a bit more. But Generally, the output of a simulation is stored in a trace file, and you can look at that file to see the source and destination of each packet. On Mon, Dec 1, 2008 at 5:08 AM, Thanes Vela [EMAIL PROTECTED] wrote: Hi