Actions
Wiki » History » Revision 96
« Previous |
Revision 96/125
(diff)
| Next »
Junxiao Shi, 03/06/2016 08:26 AM
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
HOWTOs for n00b¶
- HOWTO assign a Redmine issue to yourself
- HOWTO clone the NFD repository
- HOWTO checkout two pending commits to local machine
- HOWTO see details of Jenkins build error
- HOWTO reply to a review comment on Gerrit
background knowledge¶
misc¶
Updated by Junxiao Shi over 8 years ago · 122 revisions