Actions
Wiki » History » Revision 4
« Previous |
Revision 4/125
(diff)
| Next »
Junxiao Shi, 01/18/2014 09:52 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 (to be defined) for Ethernet communication
- NFD local control header (to be defined) for local applications
Developer Resources¶
platform and libraries¶
- C++ 03
- Boost >=1.42.0, we use a limited set of Boost libraries
- Boost Unit Test Framework, more information on unit testing
- NDN-CPP-TLV
- waf build system
development process¶
Updated by Junxiao Shi almost 11 years ago · 122 revisions