Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 1 | NLSR - Named Data Link State Routing Protocol |
| 2 | ============================================= |
| 3 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 4 | NLSR is a routing protocol in NDN that populates NDN's Routing Information Base. NLSR will |
| 5 | continue to evolve alongside the Named Data Networking `protocol |
Ashlesh Gawande | 30096b8 | 2017-03-30 12:20:50 -0500 | [diff] [blame] | 6 | <https://named-data.net/doc/ndn-tlv/>`_. |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 7 | |
| 8 | NLSR is an open and free software package licensed under the GPL 3.0 license and free to |
| 9 | all Internet users and developers. For more information about the licensing details and |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 10 | limitations, refer to `COPYING.md |
| 11 | <https://github.com/named-data/NLSR/blob/master/COPYING.md>`_. |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 12 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 13 | NLSR is developed by the members of the `NSF-sponsored NDN project team |
Ashlesh Gawande | 30096b8 | 2017-03-30 12:20:50 -0500 | [diff] [blame] | 14 | <https://named-data.net/project/participants/>`_. For more details, please refer to |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 15 | `AUTHORS.md <https://github.com/named-data/NLSR/blob/master/AUTHORS.md>`_. Bug reports and |
| 16 | feedback are highly appreciated and can be made through the `NLSR Wiki`_. |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 17 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 18 | The main design goal of NLSR is to provide a routing protocol to populate NDN's FIB. NLSR |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 19 | calculates the routing table using link-state or hyperbolic routing and produces multiple |
| 20 | faces for each reachable name prefix in a single authoritative domain. NLSR will continue |
| 21 | to evolve over time to include neighbor discovery and to become a full fledged |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 22 | inter-domain routing protocol for NDN. The protocol design is presented in full detail in |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 23 | the `NLSR Paper`_. |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 24 | |
| 25 | NLSR Documentation |
| 26 | ------------------- |
| 27 | |
| 28 | .. toctree:: |
| 29 | :hidden: |
| 30 | :maxdepth: 3 |
| 31 | |
| 32 | RELEASE-NOTES |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 33 | GETTING-STARTED |
Vince Lehman | 18df060 | 2015-05-01 11:24:10 -0500 | [diff] [blame] | 34 | INSTALL |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 35 | ROUTER-CONFIG |
| 36 | SECURITY-CONFIG |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 37 | manpages |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 38 | |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 39 | - :doc:`GETTING-STARTED` |
Vince Lehman | 18df060 | 2015-05-01 11:24:10 -0500 | [diff] [blame] | 40 | - :doc:`INSTALL` |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 41 | - :doc:`ROUTER-CONFIG` |
| 42 | - :doc:`SECURITY-CONFIG` |
| 43 | - :doc:`RELEASE-NOTES` |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 44 | - :doc:`manpages` |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 45 | |
| 46 | Downloading |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 47 | ----------- |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 48 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 49 | - `GitHub NLSR repository <https://github.com/named-data/NLSR>`_ |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 50 | |
| 51 | Additional information |
| 52 | ---------------------- |
| 53 | |
| 54 | - `NLSR Wiki`_ |
| 55 | |
Alexander Afanasyev | 7decbbf | 2014-08-24 21:29:01 -0700 | [diff] [blame] | 56 | - `NLSR Paper`_ |
| 57 | Detailed explanation of the NLSR design |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 58 | |
Vince Lehman | b722b10 | 2014-08-24 16:33:49 -0500 | [diff] [blame] | 59 | |
Ashlesh Gawande | 30096b8 | 2017-03-30 12:20:50 -0500 | [diff] [blame] | 60 | .. _NLSR Wiki: https://redmine.named-data.net/projects/nlsr |
| 61 | .. _NLSR Paper: https://named-data.net/wp-content/uploads/2016/01/ndn-0037-1-nlsr.pdf |