commit | aead58886cce6138106e664ae6bed4ff07ca27e0 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Feb 21 12:32:02 2024 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Feb 21 12:32:02 2024 +0000 |
tree | 5df18793f8af841262e2cc44cc88aa043dcc7b48 | |
parent | e2e1c40ecfd7511dc36fa2d7449e68e8d5cbf0f5 [diff] |
route: reduce calculators to free functions Link state and hyperbolic calculator implementations are split to separate files. Class structures are now internal to each calculator, so that they can be refactored independently without affecting external callers. The code within each class remains unchanged. refs #5308 Change-Id: I14b126da3250bce9bc0488ae006629465f3ed328
For more extensive documentation, please visit the NLSR homepage.
NLSR is a routing protocol for Named Data Networking (NDN) that populates the Routing Information Base (RIB) of an NDN router, such as NFD. NLSR continues to evolve alongside the core NDN protocol.
The main design goal of NLSR is to provide a routing protocol to populate NDN's RIB. NLSR calculates the routing table using link-state or hyperbolic routing and produces multiple faces for each reachable name prefix in a single authoritative domain. NLSR will continue to evolve over time to include neighbor discovery and to become a full fledged inter-domain routing protocol for NDN.
NLSR was mainly developed by members of the NSF-sponsored NDN project team. See AUTHORS.md
for details.
The source code and installation instructions are available at the following locations:
Please submit any bug reports or feature requests to the NLSR issue tracker.
NLSR is free software distributed under the GNU General Public License version 3. See COPYING.md
for details.