[ns] Finding ack's in AODV

2012-11-30 Thread Vimala Jose
I am implementing Detecting misbehaving nodes in MANET using NS2 in AODV protocol. How can we know whether the destination node is sending acknowledgement or not? I coudn't find any functions regarding that in aodv.cc.

[ns] how to make a node start overhearing others after writing code for promiscous mode in AODV

2012-12-01 Thread Vimala Jose
I'm new to NS2 and I have to implement selfish node detection scheme using acknowledgements in AODV protocol. For this purpose I have changed aodv.cc and written the code for promiscous mode as per i have viewed in mailing list. But I don't know how to make use of that mode. I'm attaching my

[ns] Fwd: help

2013-05-30 Thread Vimala Jose
Hi all, I had posted one query in ns2 mailing list last day. But it was not published in the list. I don't know why. I am posting it again here. I am doing my final year M.Tech in CSE. As a part of my project, I have to maintain the list of all neighbors for all nodes in the network. I tried by

[ns] help-neighbor table

2013-06-06 Thread Vimala Jose
Hi everyone, I am trying to implement detection of RREQ packet dropper. For that, I need to store all the neighbors of each node in the network. I have found that we got a neighbor table already in AODV. I am able to print it. But what I want is, to store that table along with a new field in it

[ns] Help-Neighbor table

2013-06-06 Thread Vimala Jose
Hi, I am trying to implement detection of RREQ packet dropper. For that, I need to store all the neighbors of each node in the network. I have found that we got a neighbor table already in AODV. I am able to print it. But what I want is, to store that table along with a new field in it called

[ns] Neighbor table - count of number of entries

2013-06-26 Thread Vimala Jose
Hi everyone, As a part of my project, I have made two more entries named Flag 1 and Flag 2 in the existing neighbor table in aodv. Whenever a node X receive a request from node Y, Flag 1 corresponding to will get set as 1. I want to calculate the total number of entries in the neighbor table