Davide Pesavento | 5dcb4c1 | 2019-01-20 16:34:27 -0500 | [diff] [blame] | 1 | # NDNS: Domain Name Service for Named Data Networking |
| 2 | |
Davide Pesavento | 90a632b | 2021-10-04 01:05:24 -0400 | [diff] [blame] | 3 | [](https://github.com/named-data/ndns/actions/workflows/ci.yml) |
| 4 | [](https://github.com/named-data/ndns/actions/workflows/docs.yml) |
Davide Pesavento | 38fd398 | 2022-04-18 22:22:02 -0400 | [diff] [blame] | 5 |  |
Alexander Afanasyev | 4ffcff2 | 2014-09-02 15:39:20 -0700 | [diff] [blame] | 6 | |
Davide Pesavento | fee7ee3 | 2020-04-15 02:45:07 -0400 | [diff] [blame] | 7 | **NDNS** is a completely distributed database system that largely mimics the structure of |
| 8 | the DNS system in today's Internet but operates within the NDN architecture. Although the |
| 9 | 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] | 10 | distribution and routing scalability management, we believe that NDNS can also serve a |
| 11 | number of other purposes during the development and deployment of the NDN architecture in |
| 12 | coming years. |
Davide Pesavento | fee7ee3 | 2020-04-15 02:45:07 -0400 | [diff] [blame] | 13 | |
| 14 | ## Installation |
| 15 | |
| 16 | See [`docs/INSTALL.rst`](docs/INSTALL.rst) for build instructions. |
| 17 | |
| 18 | ## Reporting bugs |
| 19 | |
| 20 | Please submit any bug reports or feature requests to the |
| 21 | [NDNS issue tracker](https://redmine.named-data.net/projects/ndns/issues). |
| 22 | |
| 23 | ## Contributing |
| 24 | |
| 25 | We greatly appreciate contributions to the NDNS code base, provided that they are |
Davide Pesavento | dadbc3e | 2023-02-14 02:32:36 -0500 | [diff] [blame] | 26 | licensed under the GNU GPL version 3 or a compatible license. |
| 27 | If you are new to the NDN software community, please read our [Contributor's Guide]( |
| 28 | https://github.com/named-data/.github/blob/main/CONTRIBUTING.md) to get started. |
Davide Pesavento | fee7ee3 | 2020-04-15 02:45:07 -0400 | [diff] [blame] | 29 | |
| 30 | ## License |
| 31 | |
Davide Pesavento | dadbc3e | 2023-02-14 02:32:36 -0500 | [diff] [blame] | 32 | NDNS is free software distributed under the GNU General Public License version 3. |
| 33 | See [`COPYING.md`](COPYING.md) for details. |