3257af2823
Change-Id: I3f35c7bfa652fca9d32a2476b979415f8f5150c7 refs: #4415
74 lines
2.1 KiB
ReStructuredText
74 lines
2.1 KiB
ReStructuredText
NFD - Named Data Networking Forwarding Daemon
|
|
=============================================
|
|
|
|
NFD is a network forwarder that implements and evolves together with the Named Data
|
|
Networking (NDN) `protocol <https://named-data.net/doc/ndn-tlv/>`__. After the initial
|
|
release, NFD will become a core component of the `NDN Platform
|
|
<https://named-data.net/codebase/platform/>`__ and will follow the same release cycle.
|
|
|
|
NFD Documentation
|
|
-----------------
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
:maxdepth: 3
|
|
|
|
overview
|
|
INSTALL
|
|
FAQ
|
|
manpages
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
:maxdepth: 1
|
|
|
|
RELEASE_NOTES
|
|
releases
|
|
|
|
* :doc:`overview`
|
|
|
|
A brief overview of NFD and its major modules.
|
|
|
|
* :doc:`INSTALL`
|
|
|
|
Instructions for obtaining, installing, and running NFD.
|
|
|
|
* :doc:`FAQ`
|
|
|
|
Suggestions for configuring and running non-standard NFD setups.
|
|
|
|
* :doc:`manpages`
|
|
|
|
**Additional documentation**
|
|
|
|
* `NFD Developer's Guide <https://named-data.net/wp-content/uploads/2016/10/ndn-0021-7-nfd-developer-guide.pdf>`_
|
|
|
|
A comprehensive guide to the design and implementation of NFD. The developer's guide also contains
|
|
suggestions and hints for anyone wanting to modify or extend NFD.
|
|
|
|
* `NDN Software Contributor's Guide
|
|
<https://github.com/named-data/NFD/blob/master/CONTRIBUTING.md>`__
|
|
(guide for newcomers to the NDN community of software)
|
|
|
|
* `NFD Wiki <https://redmine.named-data.net/projects/nfd/wiki>`_
|
|
|
|
+ `NFD Management protocol <https://redmine.named-data.net/projects/nfd/wiki/Management>`_
|
|
+ `NFD Configuration file format <https://redmine.named-data.net/projects/nfd/wiki/ConfigFileFormat>`_
|
|
|
|
The NFD Wiki contains detailed protocol specifications and
|
|
information for building on unsupported platforms.
|
|
|
|
* `API Documentation (doxygen) <doxygen/annotated.html>`_
|
|
|
|
* :doc:`RELEASE_NOTES`
|
|
|
|
* :doc:`releases`
|
|
|
|
License
|
|
-------
|
|
|
|
NFD is an open and free software package licensed under GPL 3.0 license and is the
|
|
centerpiece of our committement to making NDN's core technology open and free to all
|
|
Internet users and developers. For more information about the licensing details and
|
|
limitation, refer to `COPYING.md <https://github.com/named-data/NFD/blob/master/COPYING.md>`_.
|