Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 1 | # NLSR: Named Data Link State Routing Protocol |
| 2 | |
| 3 |  |
| 4 | [](https://travis-ci.org/named-data/NLSR) |
| 5 |  |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 6 | |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 7 | For complete documentation and more extensive information, |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 8 | please visit the [NLSR homepage](https://named-data.net/doc/NLSR/current/). |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 9 | |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 10 | If you are new to the NDN software community, please read the |
| 11 | [Contributor's Guide](https://github.com/named-data/.github/blob/master/CONTRIBUTING.md) |
| 12 | to get started. |
Nick Gordon | ed473c6 | 2017-12-21 14:02:30 -0600 | [diff] [blame] | 13 | |
akmhoque | cc82753 | 2014-07-09 08:48:49 -0500 | [diff] [blame] | 14 | ## Overview |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 15 | |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 16 | NLSR is a routing protocol in NDN that populates NDN's Routing Information Base. |
| 17 | NLSR will continue to evolve alongside the Named Data Networking |
| 18 | [protocol](https://named-data.net/doc/NDN-packet-spec/current/). |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 19 | |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 20 | NLSR is an open and free software package licensed under the GPL 3.0 license and free to |
| 21 | all Internet users and developers. For more information about the licensing details and |
| 22 | limitations, refer to [`COPYING.md`](COPYING.md). |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 23 | |
Ashlesh Gawande | 39cf81a | 2018-02-22 13:37:07 -0600 | [diff] [blame] | 24 | NLSR is developed by the members of the [NSF-sponsored NDN project team](https://named-data.net/project/participants/). |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 25 | For more details, please refer to [`AUTHORS.md`](AUTHORS.md). |
| 26 | Bug reports and feedback are highly appreciated and can be made through our |
| 27 | [Redmine site](https://redmine.named-data.net/projects/nlsr/issues). |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 28 | |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 29 | The main design goal of NLSR is to provide a routing protocol to populate NDN's RIB. |
akmhoque | cc82753 | 2014-07-09 08:48:49 -0500 | [diff] [blame] | 30 | NLSR calculates the routing table using link-state or hyperbolic routing and produces |
| 31 | multiple faces for each reachable name prefix in a single authoritative domain. NLSR |
| 32 | will continue to evolve over time to include neighbor discovery and to become a full |
| 33 | fledged inter-domain routing protocol for NDN. |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 34 | |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 35 | ## Source releases |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 36 | |
akmhoque | cc82753 | 2014-07-09 08:48:49 -0500 | [diff] [blame] | 37 | The source code and source-code installation instructions are always available at |
| 38 | the following links: |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 39 | |
Ashlesh Gawande | 39cf81a | 2018-02-22 13:37:07 -0600 | [diff] [blame] | 40 | - [Installation](https://named-data.net/doc/NLSR/current/INSTALL.html) |
| 41 | - [Getting Started with NLSR](https://named-data.net/doc/NLSR/current/GETTING-STARTED.html) |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 42 | - [GitHub NLSR repository](https://github.com/named-data/NLSR) |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 43 | |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 44 | ## Additional information |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 45 | |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 46 | - [Contributor's Guide](https://github.com/named-data/.github/blob/master/CONTRIBUTING.md) |
Ashlesh Gawande | 39cf81a | 2018-02-22 13:37:07 -0600 | [diff] [blame] | 47 | - [NLSR Wiki](https://redmine.named-data.net/projects/nlsr/wiki/) |
akmhoque | cc82753 | 2014-07-09 08:48:49 -0500 | [diff] [blame] | 48 | - Feature requests and bug reports are welcome on our |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 49 | [NLSR on NDN Redmine](https://redmine.named-data.net/projects/nlsr/issues) |
Ashlesh Gawande | b4567f4 | 2017-04-28 14:40:39 -0500 | [diff] [blame] | 50 | - [NLSR Mailing List Sign Up](https://listserv.memphis.edu/scripts/wa.exe?GETPW1) |
| 51 | - [NLSR Mailing List](https://listserv.memphis.edu/scripts/wa.exe?SUBED1=NLSR-HELP-L&A=1) |
| 52 | - [NLSR Mailing List Archives](https://listserv.memphis.edu/scripts/wa.exe?A0=NLSR-HELP-L) |
dmcoomes | a47255c | 2017-09-29 16:08:32 -0500 | [diff] [blame] | 53 | - [NLSR Developer's guide](https://github.com/named-data/NLSR/blob/developers-guide/NLSR-Developers-Guide.pdf) |