- Home Page of ProjectGuideline.com ›
- Forums ›
- Get Help to do your B.E., and M.E., M.Tech., & M.S., Project in Ns2 ›
- how to know route request and route respond time
zawtun78
Participant
Hello all
In AODV routing protocol, how can I know the route request and respond time in a node to calculate the round trip time of the route request messate.
CharlesPandian
Keymaster
If there will not be any readymade solution available for this,
After some effort, I hope that it can be done by adding suitable code in aodv.cc in suitable places at the following functions.
AODV::sendRequest (…)
and
AODV::recvAODV(…)
Certainly it will not be a simple task