commit | 4eb4eaed02eda1543b60c2c05a3643794c5c0777 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Wed Feb 14 12:36:57 2024 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Thu Feb 15 01:03:46 2024 +0000 |
tree | 5abed8569e030ae232e103328133bea6fdb06171 | |
parent | 288141ab1a7003941ef499a15bf5feeb6ca2c5a7 [diff] |
route: rename Map to NameMap The `Map` type is renamed to `NameMap` to better reflect what it does. `createFromAdjLsdb` and `createFromCoordinateLsdb` functions are changed to static functions, to match how they are used in callsites. Unnecessary shared_ptr usage in `createFromAdjLsdb` is eliminated. Doxygen of `NameMap` is added or improved. refs #5308 Change-Id: I05db235efc1c6719f14b96758e3acde7826aabe7
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.