Actions
Feature #4238
openIncrease independence of RoutingTable.
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Description
Currently, the RoutingTable system is very dependent on NLSR implementation details. This makes it very difficult to refactor or reimplement portions of the program.
We should work to make RoutingTable as agnostic about the rest of the code as possible.
- The RoutingTable would have minimal knowledge of the rest of NLSR
- The RoutingTable would interact with other modules in an agnostic way, such as through a message-passing system.
- The RoutingTable would operate in a functional manner; it will take in inputs, and produce a routing map.
No data to display
Actions