- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- hashtable implement in aodv
fahim
Participant
Hello
I need to add a hashtable techniques to the AODV protocol so that I can search local resources in each node for a particular data. Hashing will save times to search data from many nodes.
I need to count hops and calculate times to find/search for a particular data from the wireless various nodes.
How can I insert data to a node in AODV ?
How can I implement hashtable in AODV ?
Please somebody advise.
CharlesPandian
Keymaster
There is no simple or readymade solution to your problem.
You have to understand the AODV code which is available in the directory ns-allinone-2.xxns-2.xxaodv
After little bit of effort, you may add the required functionality in the existing AODV code.
First study the following howto
http://masimum.inf.um.es/nsrt-howto/pdf/nsrt-howto.pdf