docs: improve formatting and document structure

Change-Id: I530d58f2700eb264855843021db32f568d373a1d
16 files changed
tree: 333a8c43d886b98f1765c8fa92b59f63d83b5cb3
  1. .github/
  2. .jenkins.d/
  3. .waf-tools/
  4. docs/
  5. src/
  6. systemd/
  7. tests/
  8. tools/
  9. .gitignore
  10. .jenkins
  11. .mailmap
  12. AUTHORS.md
  13. COPYING.md
  14. nlsr.conf
  15. README-dev.md
  16. README.md
  17. waf
  18. wscript
README.md

NLSR: Named Data Link State Routing Protocol

CI Docs Language Latest version

For complete documentation and more extensive information, please visit the NLSR homepage.

Overview

NLSR is a routing protocol in NDN that populates NDN's Routing Information Base. NLSR will continue to evolve alongside the Named Data Networking 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.

Bug reports and feedback are highly appreciated and can be submitted through the NLSR issue tracker.

Source releases

The source code and installation instructions are available at the following locations:

Additional resources

License

NLSR is free software distributed under the GNU General Public License version 3. See COPYING.md for details.