Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 1 | # NLSR: Named Data Link State Routing Protocol |
| 2 | |
Davide Pesavento | ba8a4ed | 2021-10-13 21:28:43 -0400 | [diff] [blame] | 3 | [](https://github.com/named-data/NLSR/actions/workflows/ci.yml) |
| 4 | [](https://github.com/named-data/NLSR/actions/workflows/docs.yml) |
Davide Pesavento | c1d0e8e | 2022-06-15 14:26:02 -0400 | [diff] [blame] | 5 |  |
Davide Pesavento | ba8a4ed | 2021-10-13 21:28:43 -0400 | [diff] [blame] | 6 |  |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 7 | |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 8 | For complete documentation and more extensive information, |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 9 | please visit the [NLSR homepage](https://named-data.net/doc/NLSR/current/). |
Junxiao Shi | f09e263 | 2015-01-02 18:15:01 -0700 | [diff] [blame] | 10 | |
akmhoque | cc82753 | 2014-07-09 08:48:49 -0500 | [diff] [blame] | 11 | ## Overview |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 12 | |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 13 | NLSR is a routing protocol in NDN that populates NDN's Routing Information Base. |
| 14 | NLSR will continue to evolve alongside the Named Data Networking |
| 15 | [protocol](https://named-data.net/doc/NDN-packet-spec/current/). |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 16 | |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 17 | 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] | 18 | NLSR calculates the routing table using link-state or hyperbolic routing and produces |
| 19 | multiple faces for each reachable name prefix in a single authoritative domain. NLSR |
| 20 | will continue to evolve over time to include neighbor discovery and to become a full |
| 21 | fledged inter-domain routing protocol for NDN. |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 22 | |
Davide Pesavento | 1b640fd | 2023-01-04 21:00:05 -0500 | [diff] [blame^] | 23 | NLSR was mainly developed by members of the NSF-sponsored [NDN project team]( |
| 24 | https://named-data.net/project/participants/). See [`AUTHORS.md`](AUTHORS.md) for details. |
| 25 | |
| 26 | Bug reports and feedback are highly appreciated and can be submitted through the |
| 27 | [NLSR issue tracker](https://redmine.named-data.net/projects/nlsr/issues). |
| 28 | |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 29 | ## Source releases |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 30 | |
Davide Pesavento | c1d0e8e | 2022-06-15 14:26:02 -0400 | [diff] [blame] | 31 | The source code and installation instructions are available at the following locations: |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 32 | |
Ashlesh Gawande | 39cf81a | 2018-02-22 13:37:07 -0600 | [diff] [blame] | 33 | - [Installation](https://named-data.net/doc/NLSR/current/INSTALL.html) |
Davide Pesavento | 1b640fd | 2023-01-04 21:00:05 -0500 | [diff] [blame^] | 34 | - [Getting started with NLSR](https://named-data.net/doc/NLSR/current/GETTING-STARTED.html) |
| 35 | - [NLSR GitHub repository](https://github.com/named-data/NLSR) |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 36 | |
Davide Pesavento | c1d0e8e | 2022-06-15 14:26:02 -0400 | [diff] [blame] | 37 | ## Additional resources |
akmhoque | dbfd791 | 2014-01-31 20:15:39 -0600 | [diff] [blame] | 38 | |
Davide Pesavento | f6be8e3 | 2020-04-30 16:06:03 -0400 | [diff] [blame] | 39 | - [Contributor's Guide](https://github.com/named-data/.github/blob/master/CONTRIBUTING.md) |
Davide Pesavento | c1d0e8e | 2022-06-15 14:26:02 -0400 | [diff] [blame] | 40 | - [NLSR Wiki](https://redmine.named-data.net/projects/nlsr/wiki) |
| 41 | - [NLSR Issue Tracker](https://redmine.named-data.net/projects/nlsr/issues) |
Ashlesh Gawande | b4567f4 | 2017-04-28 14:40:39 -0500 | [diff] [blame] | 42 | - [NLSR Mailing List Sign Up](https://listserv.memphis.edu/scripts/wa.exe?GETPW1) |
| 43 | - [NLSR Mailing List](https://listserv.memphis.edu/scripts/wa.exe?SUBED1=NLSR-HELP-L&A=1) |
| 44 | - [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] | 45 | - [NLSR Developer's guide](https://github.com/named-data/NLSR/blob/developers-guide/NLSR-Developers-Guide.pdf) |
Davide Pesavento | 1b640fd | 2023-01-04 21:00:05 -0500 | [diff] [blame^] | 46 | |
| 47 | ## License |
| 48 | |
| 49 | NLSR is free software distributed under the GNU General Public License version 3. |
| 50 | See [`COPYING.md`](COPYING.md) for details. |