Actions
Wiki » History » Revision 78
« Previous |
Revision 78/125
(diff)
| Next »
Alex Afanasyev, 01/22/2015 12:36 PM
NDN Forwarding Daemon (NFD)¶
NDN Forwarding Daemon (NFD) is a new NDN forwarder under active development.
NFD 0.2.0 was released on August 25, 2014.
NFD implements the following specifications:
- NDN-TLV packet format
- NFD Management protocol
- NFD Configuration file format
- NDNLP-TLV for Ethernet communication
- Namespace-based Scope Control: /localhost and /localhop
Other specifications:
- NDN hub discovery procedure to discover hub nodes on the NDN testbed.
User Knowledge Base¶
Installation experiences for selected platforms¶
- Officially Supported Operating Systems
- Other Operating Systems
- Virtualization Environments
- Embedded Devices
NFD Developer Resources¶
UML diagrams¶
- NFD-UML (outdated)
platform and libraries¶
- C++ 11, 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-cxx, Extended version of NDN C++ client library
- waf build system
development process¶
- Learn Git Branching game
- gerrit code review, more information:
- gcov code coverage
- IntegratedTests
background knowledge¶
misc¶
Updated by Alex Afanasyev almost 10 years ago · 122 revisions