Project

General

Profile

Wiki » History » Version 36

Alex Afanasyev, 03/20/2014 06:31 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 4 Junxiao Shi
21
## Developer Resources
22
23 11 Beichuan Zhang
### UML diagrams
24 34 Junxiao Shi
* [NFD-UML](http://named-data.net/doc/nfd-uml/)
25 11 Beichuan Zhang
26 4 Junxiao Shi
### platform and libraries
27 5 Junxiao Shi
* [C++ 03](http://en.cppreference.com/w/), [[CodeStyle|code style guidelines]]
28 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]]
29
* [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]]
30 36 Alex Afanasyev
* [ndn-cpp-dev](https://github.com/named-data/ndn-cpp-dev), Extended version of NDN C++ client library 
31 2
* [waf build system](https://code.google.com/p/waf/)
32
33 7 Alex Afanasyev
### development process
34
* [gerrit code review](http://gerrit.named-data.net/), more information:
35
  * [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 31 Syed Amin
  * [Gerrit Code Review - A Quick Introduction](https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.1/intro-quick.html)
38 29 Junxiao Shi
* [[CodeCoverage|gcov code coverage]]
39 5 Junxiao Shi
40
### background knowledge
41
42
* [[ccndKnowledge|knowledge about ccnd]]
43
* [ndnSIM](http://ndnsim.net/)
44
* [NDNFD](https://github.com/NDN-Routing/NDNFD)