Wiki » History » Version 68
Anonymous, 08/22/2014 09:04 AM
Change "getting started" to only refer to NFD homepage
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 | 68 | Anonymous | Initial version 0.1.0 of NFD released on May 8, 2014. Next released is scheduled for late August 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 | 65 | Junxiao Shi | * [[ScopeControl|Namespace-based Scope Control]]: /localhost and /localhop |
13 | 52 | Alex Afanasyev | |
14 | Other specifications: |
||
15 | |||
16 | 40 | Beichuan Zhang | * [[HubDiscovery|NDN hub discovery procedure]] to discover hub nodes on the NDN testbed. |
17 | 4 | Junxiao Shi | |
18 | 46 | Alex Afanasyev | ## User Knowledge Base |
19 | |||
20 | 56 | Alex Afanasyev | * [NFD overview](http://named-data.net/doc/NFD/current/README.html) |
21 | 68 | Anonymous | * [Getting started](http://named-data.net/doc/NFD/current/getting-started.html) |
22 | 55 | Alex Afanasyev | * [NFD FAQ](http://named-data.net/doc/NFD/current/FAQ.html) |
23 | 62 | Alex Afanasyev | * [ndn-cxx library](http://named-data.net/doc/ndn-cxx/current/), [application examples using ndn-cxx library](http://named-data.net/doc/ndn-cxx/current/examples.html) |
24 | 54 | Alex Afanasyev | * [[Using NDN-CCL with NFD]], [NDN-CCL](http://named-data.net/doc/ndn-ccl-api/) |
25 | 46 | Alex Afanasyev | |
26 | 63 | Alex Afanasyev | ### Installation experiences for selected platforms |
27 | |||
28 | * [[Install-centos|Install NFD on CentOS]] |
||
29 | * [[ndn-embedded:Cross-compiling NDN projects for home routers|Cross-compiling NDN projects for home routers (OpenWRT)]] |
||
30 | * [[ndn-embedded:Cross-compiling NDN projects for Raspberry Pi]] |
||
31 | 64 | Alex Afanasyev | * [[Compiling on FreeBSD 10.0]] |
32 | 66 | Alex Afanasyev | * [[Install-Fedora|Compiling on Fedora 20]] |
33 | 63 | Alex Afanasyev | |
34 | 53 | Alex Afanasyev | ## NFD Developer Resources |
35 | 4 | Junxiao Shi | |
36 | 11 | Beichuan Zhang | ### UML diagrams |
37 | 45 | Alex Afanasyev | * [NFD-UML](http://named-data.net/doc/nfd-uml/) (outdated) |
38 | 11 | Beichuan Zhang | |
39 | 4 | Junxiao Shi | ### platform and libraries |
40 | 5 | Junxiao Shi | * [C++ 03](http://en.cppreference.com/w/), [[CodeStyle|code style guidelines]] |
41 | 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]] |
42 | * [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]] |
||
43 | 50 | Alex Afanasyev | * [ndn-cxx](https://named-data.net/doc/ndn-cxx/), Extended version of NDN C++ client library |
44 | 49 | Alex Afanasyev | * [waf build system](https://code.google.com/p/waf/) |
45 | 2 | ||
46 | 7 | Alex Afanasyev | ### development process |
47 | 67 | Alex Afanasyev | * [Learn Git Branching game](http://pcottle.github.io/learnGitBranching/index.html) |
48 | 2 | * [gerrit code review](http://gerrit.named-data.net/), more information: |
|
49 | 7 | Alex Afanasyev | * [Git and Gerrit in Action](https://www.jboss.org/dms/judcon/presentations/Boston2011/JUDConBoston2011_day1track2session6.pdf) |
50 | * [Using Gerrit Code Review in an Open Source Project](http://redmine.named-data.net/attachments/download/6/gerrit-slides-130203050220-phpapp01.pdf) |
||
51 | * [Gerrit Code Review - A Quick Introduction](https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.1/intro-quick.html) |
||
52 | 31 | Syed Amin | * [[CodeCoverage|gcov code coverage]] |
53 | 29 | Junxiao Shi | * [[IntegratedTests]] |
54 | 37 | Junxiao Shi | |
55 | 5 | Junxiao Shi | ### background knowledge |
56 | |||
57 | * [[ccndKnowledge|knowledge about ccnd]] |
||
58 | 40 | Beichuan Zhang | * [CCNx protocol](http://www.ccnx.org/releases/ccnx-0.7.2/doc/technical/CCNxProtocol.html) |
59 | 5 | Junxiao Shi | * [ndnSIM](http://ndnsim.net/) |
60 | * [NDNFD](https://github.com/NDN-Routing/NDNFD) |