Davide Pesavento | 5dcb4c1 | 2019-01-20 16:34:27 -0500 | [diff] [blame] | 1 | # NDNS: Domain Name Service for Named Data Networking |
| 2 | |
Davide Pesavento | fee7ee3 | 2020-04-15 02:45:07 -0400 | [diff] [blame] | 3 |  |
Davide Pesavento | 5dcb4c1 | 2019-01-20 16:34:27 -0500 | [diff] [blame] | 4 | [](https://travis-ci.org/named-data/ndns) |
Alexander Afanasyev | 4ffcff2 | 2014-09-02 15:39:20 -0700 | [diff] [blame] | 5 | |
Davide Pesavento | fee7ee3 | 2020-04-15 02:45:07 -0400 | [diff] [blame] | 6 | **NDNS** is a completely distributed database system that largely mimics the structure of |
| 7 | the DNS system in today's Internet but operates within the NDN architecture. Although the |
| 8 | design of NDNS was primarily driven by the desire to provide support for cryptographic key |
Alexander Afanasyev | 4ffcff2 | 2014-09-02 15:39:20 -0700 | [diff] [blame] | 9 | distribution and routing scalability management, we believe that NDNS can also serve a |
| 10 | number of other purposes during the development and deployment of the NDN architecture in |
| 11 | coming years. |
Davide Pesavento | fee7ee3 | 2020-04-15 02:45:07 -0400 | [diff] [blame] | 12 | |
| 13 | ## Installation |
| 14 | |
| 15 | See [`docs/INSTALL.rst`](docs/INSTALL.rst) for build instructions. |
| 16 | |
| 17 | ## Reporting bugs |
| 18 | |
| 19 | Please submit any bug reports or feature requests to the |
| 20 | [NDNS issue tracker](https://redmine.named-data.net/projects/ndns/issues). |
| 21 | |
| 22 | ## Contributing |
| 23 | |
| 24 | We greatly appreciate contributions to the NDNS code base, provided that they are |
| 25 | licensed under the GPL 3.0+ or a compatible license (see below). |
| 26 | If you are new to the NDN software community, please read the |
| 27 | [Contributor's Guide](https://github.com/named-data/.github/blob/master/CONTRIBUTING.md) |
| 28 | to get started. |
| 29 | |
| 30 | ## License |
| 31 | |
| 32 | NDNS is an open source project licensed under the GPL version 3. |
| 33 | See [`COPYING.md`](COPYING.md) for more information. |