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] "AODV_Neighbor* AODV::nb_lookup(nsaddr_t id)" ALWAYS RETURNS FALSE 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 receive RREQ at the route discovery. Is there any way i can approach this problem? thanks in advance. Tek