btcven / radio-firmware

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

Route Request Message - RREQ - #38

Closed gustavosinbandera1 closed 4 years ago

gustavosinbandera1 commented 4 years ago

To know routes, it is necessary to send a broadcast message with a route request format, as described in the aodvv2 protocol. To reach the goal, after get the message and parse it, inside AODVv2 module , we need to create a Route request message format using oonf_rfc5444 api and attach it as a message inside original packet structure from application layer, and send it as a broadcast message

jeandudey commented 4 years ago

This is already implemented on dev.