- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help and Guidance on Cygwin and ns2 ›
- How to acess a set of neighbors of a node in AODV?
Participant
Hello everyone:
I’m working on AODV protocol, especifically i’m trying to access a set of neighbors of a node for posterior use. I’ve seen variable related with management of a neighbor list of a node. For example a variable nbhead used in the file aodv.cc in Neighbors Management functions, and the function get_node_by_address used in node.h and node.cc.
But i really don’t know what to do. Any help, suggestion will be really appreciated.
Thanks in advance
Best regards.
Keymaster
Refer the function God::IsNeighbor(int i, int j) in mobilegod.cc you will have some idea about neighbor discovery in MANET.
Charles Pandian.