I'm trying to create a simulation in UNET Stack in which I have a route and I send packets from that from one node to another through the given route.
I do not want to use add route in simulation but instead as I create nodes dynamically i.e once I create nodes they themselves figure out the route. Is this possible to create a agent and how can I do it ?