Skip to content

Latest commit

 

History

History

aodv-0

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

AODV 0

A simple implementation of the Ad-hoc On Demand Distance Vector routing protocol algorithm. A complete protocol specicification can be found in RFC 3561. This is reactive algorithm that is also used for the Zigbee.

There are Route Request (RREQ) packets that are broadcasted to find a destination. A Route Response (RREP) packet is then send back as a unicast to the source of the Route Request.