Wiki » History » Version 27
Alex Afanasyev, 02/18/2014 01:12 AM
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 | NFD conforms to these **protocols and specifications** for local control and management: |
||
12 | |||
13 | * [[Command Interests|Command Interests]] |
||
14 | 26 | Alex Afanasyev | * [[LocalControlHeader|NFD Local Control Header]] |
15 | 19 | Junxiao Shi | * [[ControlCommand|NFD Control Command]] |
16 | * [[FaceMgmt|NFD Face Management protocol]] |
||
17 | 24 | Junxiao Shi | * [[FaceStatus|NFD Face Status protocol]] |
18 | 18 | Alex Afanasyev | * [[FibMgmt|NFD FIB Management protocol]] |
19 | 25 | Junxiao Shi | * [[FibEnumeration|NFD FIB Enumeration protocol]] |
20 | 19 | Junxiao Shi | * [[Notification|NFD Notification mechanism]] |
21 | 2 | ||
22 | 18 | Alex Afanasyev | Miscellaneous |
23 | |||
24 | 26 | Alex Afanasyev | * [CCNx protocol](http://www.ccnx.org/releases/ccnx-0.7.2/doc/technical/CCNxProtocol.html) |
25 | 18 | Alex Afanasyev | * [[NFD-related NDN-TLV Type assignments]] |
26 | 23 | Alex Afanasyev | * [[ConfigFileFormat|NFD Configuration file format]] |
27 | 27 | Alex Afanasyev | * [[NRD:NRD Prefix Registration protocol]] |
28 | 4 | Junxiao Shi | |
29 | ## Developer Resources |
||
30 | |||
31 | 11 | Beichuan Zhang | ### UML diagrams |
32 | * [NFD-UML](http://irl.cs.ucla.edu/~cawka/nfd-uml/) |
||
33 | |||
34 | 4 | Junxiao Shi | ### platform and libraries |
35 | 5 | Junxiao Shi | * [C++ 03](http://en.cppreference.com/w/), [[CodeStyle|code style guidelines]] |
36 | 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]] |
37 | * [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]] |
||
38 | 13 | Beichuan Zhang | * [NDN-CPP-TLV](https://github.com/cawka/ndn-cpp/tree/new-dev), client library that supports TLV. |
39 | * [NDNx-TLV](https://github.com/bruinfish/ndn-tlv-package-instruction/wiki/NDNx-TLV-Package-Instruction), package that translates between TLV and ccnb, to help migrate apps from ccnb to TLV. |
||
40 | 2 | * [waf build system](https://code.google.com/p/waf/) |
|
41 | |||
42 | 7 | Alex Afanasyev | ### development process |
43 | * [gerrit code review](http://gerrit.named-data.net/), more information: |
||
44 | * [Git and Gerrit in Action](https://www.jboss.org/dms/judcon/presentations/Boston2011/JUDConBoston2011_day1track2session6.pdf) |
||
45 | * [Using Gerrit Code Review in an Open Source Project](http://redmine.named-data.net/attachments/download/6/gerrit-slides-130203050220-phpapp01.pdf) |
||
46 | 5 | Junxiao Shi | |
47 | ### background knowledge |
||
48 | |||
49 | * [[ccndKnowledge|knowledge about ccnd]] |
||
50 | * [ndnSIM](http://ndnsim.net/) |
||
51 | * [NDNFD](https://github.com/NDN-Routing/NDNFD) |