[ns] AODV_Neighbor* AODV::nb_lookup(nsaddr_t id) ALWAYS RETURNS FALSE

2013-06-12 Thread Teklay Gebremichael Welegebrael
Dear ns-users, I am working on ns-2 simulation of AODV protocol. I just want to use the neighbor table to add some information. But the lookup function always returns FALSE in my case when i want to print the neighbors for a given node. I can see that there are neighbors from the trace file that

[ns] AODV_Neighbor* AODV::nb_lookup(nsaddr_t id) ALWAYS RETURNS FALSE

2013-06-12 Thread Teklay Gebremichael Welegebrael
Dear ns-users, I am working on ns-2 simulation of AODV protocol. I just want to use the neighbor table to add some information. But the lookup function always returns FALSE in my case when i want to print the neighbors for a given node. I can see that there are neighbors from the trace file that

Re: [ns] Transmission Range of Node in WirelessPhyExt

2013-06-12 Thread M Falahati
Sorry, I think that previous my post has not send to ns-users! On Tue, Jun 11, 2013 at 3:30 PM, M Falahati md.falah...@gmail.com wrote: Hi, I want to use *802.11Ext* and *WirelessPhyExt* for simulating 802.11p in * ns-2.35* and want to set transmission range of nodes to *200m*. Which

[ns] AWK script to calculate AODV route discovery latency or alternative

2013-06-12 Thread Mustafa Ayad
HI every body I am still a new ns2 user, I am trying to calculate the Aodv route discovery time, I tried to find any AWK script that can help me calculating the recovery time from the trace file. Would you please if some one can help me finding a way to do that? Also, I faced a problem of

Re: [ns] AODV_Neighbor* AODV::nb_lookup(nsaddr_t id) ALWAYS RETURNS FALSE

2013-06-12 Thread itishi saxena
Hello Tek, You need to work with AODV_rtable.h / .cc file to add something in neighbour table. Regards. From: Teklay Gebremichael Welegebrael teklish7...@gmail.com To: ns-users ns-users@ISI.EDU Sent: Wednesday, 12 June 2013 9:54 PM Subject: [ns]