btcven / radio-firmware

The firmware for the radio module
https://locha.io
Apache License 2.0
7 stars 10 forks source link

operations flow chart of the aodvv2 protocol #52

Closed gustavosinbandera1 closed 4 years ago

gustavosinbandera1 commented 4 years ago

draw a flowchart describing the operation of the AODVV2 protocol

The AODVv2 protocol's operations include:

  1. managing sequence numbers.
  2. monitoring adjacent AODVv2 routers. 3, Performing route discovery and dealing with requests from other routers. 4.Processing incoming route information and updating the route table. 5.Suppressing redundant messages. 6.Maintaining the route table and reporting broken routes.
gustavosinbandera1 commented 4 years ago

this is implemented now on dev branch