Actions
Feature #3744
openModularize NLSR
Start date:
Due date:
% Done:
100%
Estimated time:
(Total: 0.00 h)
Tags:
Description
The NLSR code currently is a little spaghetti-y, with functions calling functions further down the line, which triggers more function call sequences, etc., such that one call can have far-reaching consequences to the state of the program. This makes NLSR hard to read and very hard to understand. A better alternative would be to use some kind of messaging/event system in which the modules are highly independent of each other and communicate using well-defined interfaces, such that the whole of NLSR can be treated as the sum of a series of black-box components.
This is a CI-NEW (NDN-CRI) grant goal, but the target year is unclear. Since this is a large goal, it can be assumed to be targeted for year three.
Updated by Nicholas Gordon over 7 years ago
- Related to Task #1952: Decouple classes from Nlsr object for easier unit testing added
Updated by Ashlesh Gawande almost 6 years ago
- Target version changed from v0.5.0 to v0.6.0
Updated by Saurab Dulal almost 4 years ago
- Target version changed from v0.6.0 to Minor Release v0.6.1
Actions