Actions
Wiki » History » Revision 94
« Previous |
Revision 94/125
(diff)
| Next »
Davide Pesavento, 01/14/2016 02:07 PM
NDN Forwarding Daemon (NFD)¶
NDN Forwarding Daemon (NFD) is a new NDN forwarder under active development.
NFD 0.4.0 was released on December 31, 2015.
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 Davide Pesavento almost 9 years ago · 122 revisions