blob: 19931e97034b5cd3b294f279846b1d975bc68cb8 [file] [log] [blame]
Yingdi Yucb5c5512014-08-03 22:31:40 -07001ChronoSync - A synchronization Protocol 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
10ChronoSync Documentation
11------------------------
12
13.. toctree::
14 :hidden:
15 :maxdepth: 3
16
17 DesignDoc
18 FAQ
19 ChronoChat
20
21..
22 INSTALL
23
24* :doc:`DesignDoc`
25
26* :doc:`FAQ`
27
28* :doc:`ChronoChat`
29
30**Additional documentation**
31
32* `API documentation (doxygen) <doxygen/annotated.html>`_
33
34Downloading
35-----------
36
37* `Source code GitHub git repository <https://github.com/named-data/ChronoSync>`_.
38
39License
40-------
41
42..
43 NFD is an open and free software package licensed under GPL 3.0 license and is the
44 centerpiece of our committement to making NDN's core technology open and free to all
45 Internet users and developers. For more information about the licensing details and
46 limitation, refer to `COPYING.md <https://github.com/named-data/NFD/blob/master/COPYING.md>`_.