blob: 7ca80bd18a32391a896f0e7114b94a1e10061ad5 [file] [log] [blame]
Yingdi Yu0b0a7362014-08-05 16:31:30 -07001ChronoChat - A Serverless Chat Application in NDN
2=================================================
3
4..
5 NFD is a network forwarder that implements and evolves together with the Named Data
6 Networking (NDN) `protocol <http://named-data.net/doc/ndn-tlv/>`__. After the initial
7 release, NFD will become a core component of the `NDN Platform
8 <http://named-data.net/codebase/platform/>`__ and will follow the same release cycle.
9
10ChronoChat Documentation
11------------------------
12
13.. toctree::
14 :hidden:
15 :maxdepth: 3
16
17 DesignDoc
18 FAQ
19
20..
21 INSTALL
22
23* :doc:`DesignDoc`
24
25* :doc:`FAQ`
26
27**Additional documentation**
28
29* `API documentation (doxygen) <doxygen/annotated.html>`_
30
31Downloading
32-----------
33
34* `Source code GitHub git repository <https://github.com/named-data/ChronoSync>`_.
35
36License
37-------
38
39..
40 NFD is an open and free software package licensed under GPL 3.0 license and is the
41 centerpiece of our committement to making NDN's core technology open and free to all
42 Internet users and developers. For more information about the licensing details and
43 limitation, refer to `COPYING.md <https://github.com/named-data/NFD/blob/master/COPYING.md>`_.