Actions
Wiki » History » Revision 22
« Previous |
Revision 22/125
(diff)
| Next »
Yingdi Yu, 02/10/2014 12:25 PM
NDN Forwarding Daemon (NFD)¶
NDN Forwarding Daemon (NFD) is a new NDN forwarder under development.
Its first release is scheduled for March 2014.
NFD conforms to these network protocols:
- CCNx protocol
- NDN-TLV packet format
- NDNLP-TLV for Ethernet communication
NFD conforms to these protocols and specifications for local control and management:
- Command Interests
- NFD local control header
- NFD Control Command
- NFD Face Management protocol
- NFD FIB Management protocol
- NFD Notification mechanism
Miscellaneous
Developer Resources¶
UML diagrams¶
platform and libraries¶
- C++ 03, code style guidelines
- Boost >=1.42.0, we use a limited set of Boost libraries
- Boost Unit Test Framework, more information on unit testing
- NDN-CPP-TLV, client library that supports TLV.
- NDNx-TLV, package that translates between TLV and ccnb, to help migrate apps from ccnb to TLV.
- waf build system
development process¶
- gerrit code review, more information:
background knowledge¶
Updated by Yingdi Yu almost 11 years ago · 122 revisions