Wiki » History » Version 52
Alex Afanasyev, 05/09/2014 04:02 PM
1 | 4 | Junxiao Shi | # NDN Forwarding Daemon (NFD) |
---|---|---|---|
2 | 2 | ||
3 | 51 | Alex Afanasyev | **NDN Forwarding Daemon (NFD)** is a new NDN forwarder under active development. |
4 | Initial version 0.1.0 of NFD released on May 8, 2014. Next released is scheduled for mid-June 2014. |
||
5 | 2 | ||
6 | 40 | Beichuan Zhang | NFD implements the following specifications: |
7 | 2 | ||
8 | 35 | Junxiao Shi | * [NDN-TLV packet format](http://named-data.net/doc/ndn-tlv/) |
9 | 52 | Alex Afanasyev | * [[Management|NFD Management protocol]] |
10 | 2 | * [[ConfigFileFormat|NFD Configuration file format]] |
|
11 | 52 | Alex Afanasyev | * [[NDNLP-TLV]] for Ethernet communication |
12 | |||
13 | Other specifications: |
||
14 | |||
15 | 40 | Beichuan Zhang | * [[HubDiscovery|NDN hub discovery procedure]] to discover hub nodes on the NDN testbed. |
16 | 4 | Junxiao Shi | |
17 | 46 | Alex Afanasyev | ## User Knowledge Base |
18 | |||
19 | 47 | Alex Afanasyev | * [[Getting Started]] |
20 | 48 | Anonymous | * A [[Step-By-Step - Common Client Libraries|step-by-step guide]] for using the NDN Common Client Libraries with NFD |
21 | 46 | Alex Afanasyev | |
22 | 4 | Junxiao Shi | ## Developer Resources |
23 | |||
24 | 11 | Beichuan Zhang | ### UML diagrams |
25 | 45 | Alex Afanasyev | * [NFD-UML](http://named-data.net/doc/nfd-uml/) (outdated) |
26 | 11 | Beichuan Zhang | |
27 | 4 | Junxiao Shi | ### platform and libraries |
28 | 5 | Junxiao Shi | * [C++ 03](http://en.cppreference.com/w/), [[CodeStyle|code style guidelines]] |
29 | 32 | Junxiao Shi | * [Boost >=1.48.0](http://www.boost.org/doc/libs/1_48_0/), we use [[Boost|a limited set of Boost libraries]] |
30 | * [Boost Unit Test Framework](http://www.boost.org/doc/libs/1_48_0/libs/test/doc/html/index.html), more information on [[UnitTesting|unit testing]] |
||
31 | 50 | Alex Afanasyev | * [ndn-cxx](https://named-data.net/doc/ndn-cxx/), Extended version of NDN C++ client library |
32 | 2 | * [waf build system](https://code.google.com/p/waf/) |
|
33 | 49 | Alex Afanasyev | * [[Using NDN-CCL with NFD]], [NDN-CCL](http://named-data.net/doc/ndn-ccl-api/) |
34 | 2 | ||
35 | 7 | Alex Afanasyev | ### development process |
36 | 2 | * [gerrit code review](http://gerrit.named-data.net/), more information: |
|
37 | 7 | Alex Afanasyev | * [Git and Gerrit in Action](https://www.jboss.org/dms/judcon/presentations/Boston2011/JUDConBoston2011_day1track2session6.pdf) |
38 | * [Using Gerrit Code Review in an Open Source Project](http://redmine.named-data.net/attachments/download/6/gerrit-slides-130203050220-phpapp01.pdf) |
||
39 | * [Gerrit Code Review - A Quick Introduction](https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.1/intro-quick.html) |
||
40 | 31 | Syed Amin | * [[CodeCoverage|gcov code coverage]] |
41 | 29 | Junxiao Shi | * [[IntegratedTests]] |
42 | 37 | Junxiao Shi | |
43 | 5 | Junxiao Shi | ### background knowledge |
44 | |||
45 | * [[ccndKnowledge|knowledge about ccnd]] |
||
46 | 40 | Beichuan Zhang | * [CCNx protocol](http://www.ccnx.org/releases/ccnx-0.7.2/doc/technical/CCNxProtocol.html) |
47 | 5 | Junxiao Shi | * [ndnSIM](http://ndnsim.net/) |
48 | * [NDNFD](https://github.com/NDN-Routing/NDNFD) |