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