commit | 153fbc10cd9436750aac79097e532cddcf550935 | [log] [tgz] |
---|---|---|
author | Junxiao Shi <git@mail1.yoursunny.com> | Tue Jan 09 23:37:23 2024 +0000 |
committer | Junxiao Shi <git@mail1.yoursunny.com> | Wed Jan 10 18:50:10 2024 +0000 |
tree | 3ffc446a861c6ae51f52d2a723ff7d401ae4b272 | |
parent | 18c64308531db624215a7783b423aee38bfdf1e8 [diff] |
lsa: cleanup operator<< Delete .toString() virtual function in favor of ostream output. Delete Lsa::getOriginRouterCopy() in favor of a custom Boost.Multi-Index key extractor. Mark single-parameter constructor as 'explicit'. Rewrite class-level Doxygen with ABNF syntax. refs #5308 Change-Id: I3c43395ce86f9a1a52da186fcf8c5a15cf35fe40
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.