Actions
Wiki » History » Revision 113
« Previous |
Revision 113/125
(diff)
| Next »
Junxiao Shi, 03/23/2018 09:21 PM
NDN Forwarding Daemon (NFD)¶
NDN Forwarding Daemon (NFD) is a new NDN forwarder under active development.
NFD implements the following specifications:
- NDN packet format
- NFD Management protocol
- NFD configuration file format
- NDNLPv2: a link protocol for NDN
- 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
- why NDN packet is limited to 8800 octets
Installation experiences for selected platforms¶
- Officially Supported Operating Systems
- Other Operating Systems
- Virtualized/Containerized Environments
- Embedded Devices
NFD Developer Resources¶
Platform and libraries¶
- C++11, code style guidelines
- Boost >= 1.54.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
- How to Write a Git Commit Message
- gerrit code review, more information:
- Code Coverage
- Integration Tests
HOWTOs for n00bs¶
- 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
- HOWTO write a bug report effectively
- HOWTO solve "undefined symbol" error
- HOWTO update NFD devguide
- How I Setup my NFD Development Machine
Advanced¶
Historical information¶
Misc¶
Updated by Junxiao Shi over 6 years ago · 122 revisions