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
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