Project

General

Profile

Wiki » History » Version 48

Anonymous, 05/06/2014 03:49 PM

1 4 Junxiao Shi
# NDN Forwarding Daemon (NFD)
2 2
3 4 Junxiao Shi
**NDN Forwarding Daemon (NFD)** is a new NDN forwarder under development.
4
Its first release is scheduled for March 2014.
5 2
6 40 Beichuan Zhang
NFD implements the following specifications:
7 2
8 35 Junxiao Shi
* [NDN-TLV packet format](http://named-data.net/doc/ndn-tlv/)
9 2
* [[NFD-related NDN-TLV Type assignments]]
10 40 Beichuan Zhang
* [[NDNLP-TLV]] for Ethernet communication
11
* [[Management|NFD Management protocol]] for internal use
12 23 Alex Afanasyev
* [[ConfigFileFormat|NFD Configuration file format]]
13 40 Beichuan Zhang
* [[HubDiscovery|NDN hub discovery procedure]] to discover hub nodes on the NDN testbed.
14 4 Junxiao Shi
15 46 Alex Afanasyev
## User Knowledge Base
16
17 47 Alex Afanasyev
* [[Getting Started]]
18 48 Anonymous
* A [[Step-By-Step - Common Client Libraries|step-by-step guide]] for using the NDN Common Client Libraries with NFD
19 46 Alex Afanasyev
20 4 Junxiao Shi
## Developer Resources
21
22 11 Beichuan Zhang
### UML diagrams
23 45 Alex Afanasyev
* [NFD-UML](http://named-data.net/doc/nfd-uml/)  (outdated)
24 11 Beichuan Zhang
25 4 Junxiao Shi
### platform and libraries
26 5 Junxiao Shi
* [C++ 03](http://en.cppreference.com/w/), [[CodeStyle|code style guidelines]]
27 32 Junxiao Shi
* [Boost >=1.48.0](http://www.boost.org/doc/libs/1_48_0/), we use [[Boost|a limited set of Boost libraries]]
28
* [Boost Unit Test Framework](http://www.boost.org/doc/libs/1_48_0/libs/test/doc/html/index.html), more information on [[UnitTesting|unit testing]]
29 36 Alex Afanasyev
* [ndn-cpp-dev](https://github.com/named-data/ndn-cpp-dev), Extended version of NDN C++ client library 
30 2
* [waf build system](https://code.google.com/p/waf/)
31 43 Jeff Burke
* [[Using NDN-CCL with NFD]], [NDN-CCL](http://named-data.net/doc/ndn-ccl-api/) 
32 2
33 7 Alex Afanasyev
### development process
34 2
* [gerrit code review](http://gerrit.named-data.net/), more information:
35 7 Alex Afanasyev
  * [Git and Gerrit in Action](https://www.jboss.org/dms/judcon/presentations/Boston2011/JUDConBoston2011_day1track2session6.pdf)
36
  * [Using Gerrit Code Review in an Open Source Project](http://redmine.named-data.net/attachments/download/6/gerrit-slides-130203050220-phpapp01.pdf)
37
  * [Gerrit Code Review - A Quick Introduction](https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.1/intro-quick.html)
38 31 Syed Amin
* [[CodeCoverage|gcov code coverage]]
39 29 Junxiao Shi
* [[IntegratedTests]]
40 37 Junxiao Shi
41 5 Junxiao Shi
### background knowledge
42
43
* [[ccndKnowledge|knowledge about ccnd]]
44 40 Beichuan Zhang
* [CCNx protocol](http://www.ccnx.org/releases/ccnx-0.7.2/doc/technical/CCNxProtocol.html)
45 5 Junxiao Shi
* [ndnSIM](http://ndnsim.net/)
46
* [NDNFD](https://github.com/NDN-Routing/NDNFD)