Project

General

Profile

Wiki » History » Version 38

Anonymous, 04/07/2014 03:44 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 19 Junxiao Shi
NFD conforms to these **network protocols**:
7 2
8 4 Junxiao Shi
* [NDN-TLV packet format](http://named-data.net/doc/ndn-tlv/)
9 2
* [[NDNLP-TLV]] for Ethernet communication
10 19 Junxiao Shi
11 35 Junxiao Shi
[[Management|NFD Management protocol]]
12 2
13 18 Alex Afanasyev
Miscellaneous
14
15 26 Alex Afanasyev
* [CCNx protocol](http://www.ccnx.org/releases/ccnx-0.7.2/doc/technical/CCNxProtocol.html)
16 18 Alex Afanasyev
* [[NFD-related NDN-TLV Type assignments]]
17 23 Alex Afanasyev
* [[ConfigFileFormat|NFD Configuration file format]]
18 27 Alex Afanasyev
* [[NRD:NRD Prefix Registration protocol]]
19 30 Junxiao Shi
* [[HubDiscovery|NDN hub discovery procedure]]
20 38 Anonymous
* [[FAQ_Applications|FAQ for Writing Applications]]
21 4 Junxiao Shi
22
## Developer Resources
23
24 11 Beichuan Zhang
### UML diagrams
25 34 Junxiao Shi
* [NFD-UML](http://named-data.net/doc/nfd-uml/)
26 11 Beichuan Zhang
27 4 Junxiao Shi
### platform and libraries
28 5 Junxiao Shi
* [C++ 03](http://en.cppreference.com/w/), [[CodeStyle|code style guidelines]]
29 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]]
30
* [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]]
31 36 Alex Afanasyev
* [ndn-cpp-dev](https://github.com/named-data/ndn-cpp-dev), Extended version of NDN C++ client library 
32 2
* [waf build system](https://code.google.com/p/waf/)
33
34 7 Alex Afanasyev
### development process
35
* [gerrit code review](http://gerrit.named-data.net/), more information:
36
  * [Git and Gerrit in Action](https://www.jboss.org/dms/judcon/presentations/Boston2011/JUDConBoston2011_day1track2session6.pdf)
37
  * [Using Gerrit Code Review in an Open Source Project](http://redmine.named-data.net/attachments/download/6/gerrit-slides-130203050220-phpapp01.pdf)
38 31 Syed Amin
  * [Gerrit Code Review - A Quick Introduction](https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.1/intro-quick.html)
39 29 Junxiao Shi
* [[CodeCoverage|gcov code coverage]]
40 37 Junxiao Shi
* [[IntegratedTests]]
41 5 Junxiao Shi
42
### background knowledge
43
44
* [[ccndKnowledge|knowledge about ccnd]]
45
* [ndnSIM](http://ndnsim.net/)
46
* [NDNFD](https://github.com/NDN-Routing/NDNFD)