blob: 6766a6435488a03bcaadf9d08ba74b209b23b92a [file] [log] [blame] [view]
Davide Pesavento5dcb4c12019-01-20 16:34:27 -05001# NDNS: Domain Name Service for Named Data Networking
2
Davide Pesavento90a632b2021-10-04 01:05:24 -04003[![CI](https://github.com/named-data/ndns/actions/workflows/ci.yml/badge.svg)](https://github.com/named-data/ndns/actions/workflows/ci.yml)
4[![Docs](https://github.com/named-data/ndns/actions/workflows/docs.yml/badge.svg)](https://github.com/named-data/ndns/actions/workflows/docs.yml)
5![Language](https://img.shields.io/badge/C%2B%2B-14-blue)
Alexander Afanasyev4ffcff22014-09-02 15:39:20 -07006
Davide Pesaventofee7ee32020-04-15 02:45:07 -04007**NDNS** is a completely distributed database system that largely mimics the structure of
8the DNS system in today's Internet but operates within the NDN architecture. Although the
9design of NDNS was primarily driven by the desire to provide support for cryptographic key
Alexander Afanasyev4ffcff22014-09-02 15:39:20 -070010distribution and routing scalability management, we believe that NDNS can also serve a
11number of other purposes during the development and deployment of the NDN architecture in
12coming years.
Davide Pesaventofee7ee32020-04-15 02:45:07 -040013
14## Installation
15
16See [`docs/INSTALL.rst`](docs/INSTALL.rst) for build instructions.
17
18## Reporting bugs
19
20Please 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
25We greatly appreciate contributions to the NDNS code base, provided that they are
26licensed under the GPL 3.0+ or a compatible license (see below).
27If you are new to the NDN software community, please read the
28[Contributor's Guide](https://github.com/named-data/.github/blob/master/CONTRIBUTING.md)
29to get started.
30
31## License
32
33NDNS is an open source project licensed under the GPL version 3.
34See [`COPYING.md`](COPYING.md) for more information.