blob: d18d0e43821e1c88b873d30b19a6e6af85547169 [file] [log] [blame]
Alexander Afanasyevab430ee2014-08-05 21:11:25 -07001NDNS: Domain Name Service for Named Data Networking
2===================================================
3
4NDNS is a completely distributed database system that largely mimics the structure of the
5DNS system in today's Internet but operates within the NDN architecture. Although the
6design of NDNS was primarily driven with a desire to provide support for cryptographic key
7distribution and routing scalability management, we believe that NDNS can also serve a
8number of other purposes during the development and deployment of the NDN architecture in
9coming years.
10
11NDNS Documentation
12------------------
13
14.. toctree::
15 :maxdepth: 2
16
17 INSTALL
18 manpages
19
20**Additional documentation**
21
22* `API documentation (doxygen) <doxygen/annotated.html>`_
23
24* `Addressing Operational Challenges in Named Data Networking Through NDNS Distributed
25 Database <http://lasr.cs.ucla.edu/afanasyev/data/files/Afanasyev/afanasyev-phd-thesis.pdf>`_
26 (PhD Thesis, outlining purpose and overall design of the NDNS system)
27
28Downloading
29-----------
30
31* `Source code GitHub git repository <https://github.com/named-data/NDNS>`_.
32
33License
34-------
35
36NDNS is an open and free software package licensed under GPL 3.0 license and is the
37centerpiece of our committement to making NDN's core technology open and free to all
38Internet users and developers. For more information about the licensing details and
39limitation, refer to `COPYING.md <https://github.com/named-data/NDNS/blob/master/COPYING.md>`_.