Problem: The Routing algorithm still is inefficient and it requires at least Runtime(100) to completely find routes in long topos (+19 nodes).
Where: RoutingP module
Suggestions:
- Implement a graph algorithm
- Reduce the number of unnecessary routes sent to nodes
- maybe implement checkPackets function
Problem: The Routing algorithm still is inefficient and it requires at least Runtime(100) to completely find routes in long topos (+19 nodes).
Where: RoutingP module
Suggestions: