Wiki » History » Version 5
Junxiao Shi, 01/18/2014 10:27 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 | 4 | Junxiao Shi | NFD conforms to these **network protocols**: |
7 | 2 | ||
8 | 4 | Junxiao Shi | * [CCNx protocol](http://www.ccnx.org/releases/ccnx-0.7.2/doc/technical/CCNxProtocol.html) |
9 | * [NDN-TLV packet format](http://named-data.net/doc/ndn-tlv/) |
||
10 | * *NDNLP-TLV* <small>(to be defined)</small> for Ethernet communication |
||
11 | * *NFD local control header* <small>(to be defined)</small> for local applications |
||
12 | |||
13 | |||
14 | ## Developer Resources |
||
15 | |||
16 | ### platform and libraries |
||
17 | 5 | Junxiao Shi | * [C++ 03](http://en.cppreference.com/w/), [[CodeStyle|code style guidelines]] |
18 | 4 | Junxiao Shi | * [Boost >=1.42.0](http://www.boost.org/doc/libs/1_42_0/), we use [[Boost|a limited set of Boost libraries]] |
19 | * [Boost Unit Test Framework](http://www.boost.org/doc/libs/1_42_0/libs/test/doc/html/index.html), more information on [[UnitTesting|unit testing]] |
||
20 | * [NDN-CPP-TLV](https://github.com/cawka/ndn-cpp/tree/new-dev) |
||
21 | * [waf build system](https://code.google.com/p/waf/) |
||
22 | 2 | ||
23 | ### development process |
||
24 | * [gerrit code review](http://gerrit.named-data.net/), more information: [Git and Gerrit in Action](https://www.jboss.org/dms/judcon/presentations/Boston2011/JUDConBoston2011_day1track2session6.pdf), [Using Gerrit Code Review in an Open Source Project](http://redmine.named-data.net/attachments/download/6/gerrit-slides-130203050220-phpapp01.pdf) |
||
25 | 5 | Junxiao Shi | |
26 | ### background knowledge |
||
27 | |||
28 | * [[ccndKnowledge|knowledge about ccnd]] |
||
29 | * [ndnSIM](http://ndnsim.net/) |
||
30 | * [NDNFD](https://github.com/NDN-Routing/NDNFD) |