Actions
Wiki » History » Revision 14
« Previous |
Revision 14/125
(diff)
| Next »
Beichuan Zhang, 01/27/2014 09:18 AM
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 and specifications:
- CCNx protocol
- NDN-TLV packet format
- NDNLP-TLV for Ethernet communication
- NFD local control header (to be defined) for local applications
- Signed Interests specification
- NFD Control Command specification
- NFD Face Management protocol (to be defined)
- NFD FIB Management protocol
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 Beichuan Zhang almost 11 years ago · 122 revisions