Actions
Wiki » History » Revision 88
« Previous |
Revision 88/125
(diff)
| Next »
Alex Afanasyev, 09/27/2015 01:59 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 packet format
- NFD Management protocol
- NFD Configuration file format
- NDNLPv2 is a link protocol for Named Data Networking
- Namespace-based Scope Control: /localhost and /localhop
Other specifications:
- NDN hub discovery procedure to discover hub nodes on the NDN testbed.
User Knowledge Base¶
- NFD overview
- NFD FAQ
- ndn-cxx library, application examples using ndn-cxx library
- NFD autoconfiguration
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
- 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
- IntegrationTests
background knowledge¶
misc¶
Updated by Alex Afanasyev about 9 years ago · 122 revisions