lsa: make base class abstract

refs: #4353

Change-Id: If95c1689727f541c123623d21aec78ab8bdd58e6
5 files changed
tree: 8b406c07f737329c5d7810f1824db1fa210bb770
  1. .jenkins.d/
  2. .waf-tools/
  3. docs/
  4. src/
  5. tests/
  6. tests-integrated/
  7. tools/
  8. .gitignore
  9. .jenkins
  10. .travis.yml
  11. AUTHORS.md
  12. COPYING.md
  13. log4cxx.properties.sample.in
  14. nlsr.conf
  15. README-dev.md
  16. README.md
  17. waf
  18. wscript
README.md

NLSR - Named Data Link State Routing Protocol

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.

NLSR is an open and free software package licensed under the GPL 3.0 license and free to all Internet users and developers. For more information about the licensing details and limitations, refer to COPYING.md.

NLSR is developed by the members of the NSF-sponsored NDN project team. For more details, please refer to AUTHORS.md. Bug reports and feedback are highly appreciated and can be made through the Redmine site.

The main design goal of NLSR is to provide a routing protocol to populate NDN's FIB. 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.

Source releases

The source code and source-code installation instructions are always available at the following links:

Currently, NLSR is not using the latest version of the ndn-cxx library. Therefore, it is necessary to checkout the following versions of its dependencies:

  • ndn-cxx: b555b00c280b9c9ed46f24a1fbebc73b720601af
  • NFD: f4056d0242536f85b7d7b4de1b5ac50dad65c233
  • Chronosync: 097bb448f46b8bd9a5c1f431e824f8f6a169b650

Additional information