Sunday, October 19, 2008

AODV specific

aodv is not a link state algorithm which means that it would take a while to get the right hop counts since aodv needs to calculate the routes and hop counts on the fly
One way to cheat is to broadcast a message from each spot as your app initializes. This creates the missing routes in you aodv table. Which means that when you query the table entries later on you get the right results. 

0 comments: