Actions
Wiki » History » Revision 36
« Previous |
Revision 36/125
(diff)
| Next »
Alex Afanasyev, 03/20/2014 06:31 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:
- NDN-TLV packet format
- NDNLP-TLV for Ethernet communication
Miscellaneous
- CCNx protocol
- NFD-related NDN-TLV Type assignments
- NFD Configuration file format
- [[NRD:NRD Prefix Registration protocol]]
- NDN hub discovery procedure
Developer Resources¶
UML diagrams¶
platform and libraries¶
- C++ 03, code style guidelines
- Boost >=1.48.0, we use a limited set of Boost libraries
- Boost Unit Test Framework, more information on unit testing
- ndn-cpp-dev, Extended version of NDN C++ client library
- waf build system
development process¶
- gerrit code review, more information:
- gcov code coverage
background knowledge¶
Updated by Alex Afanasyev over 10 years ago · 122 revisions