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