Wiki » History » Version 103
Davide Pesavento, 10/11/2016 04:05 AM
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 | 2 | ||
5 | 40 | Beichuan Zhang | NFD implements the following specifications: |
6 | 2 | ||
7 | 85 | Junxiao Shi | * [NDN packet format](http://named-data.net/doc/ndn-tlv/) |
8 | 52 | Alex Afanasyev | * [[Management|NFD Management protocol]] |
9 | 2 | * [[ConfigFileFormat|NFD Configuration file format]] |
|
10 | 88 | Alex Afanasyev | * [[NDNLPv2|NDNLPv2 is a link protocol for Named Data Networking]] |
11 | 65 | Junxiao Shi | * [[ScopeControl|Namespace-based Scope Control]]: /localhost and /localhop |
12 | 52 | Alex Afanasyev | |
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 | 56 | Alex Afanasyev | * [NFD overview](http://named-data.net/doc/NFD/current/README.html) |
20 | 55 | Alex Afanasyev | * [NFD FAQ](http://named-data.net/doc/NFD/current/FAQ.html) |
21 | 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) |
22 | 83 | Alex Afanasyev | * [[NFD autoconfiguration]] |
23 | 46 | Alex Afanasyev | |
24 | 2 | ### Installation experiences for selected platforms |
|
25 | |||
26 | 72 | Junxiao Shi | * Officially Supported Operating Systems |
27 | 103 | Davide Pesavento | * [[OS X with Homebrew|macOS with Homebrew]] |
28 | * [macOS with MacPorts](http://named-data.net/doc/NFD/current/INSTALL.html#install-nfd-using-the-ndn-macports-repository-on-os-x) |
||
29 | * [Ubuntu Linux with PPA](http://named-data.net/doc/NFD/current/INSTALL.html#install-nfd-using-the-ndn-ppa-repository-on-ubuntu-linux) |
||
30 | * [Installation from source on macOS and Ubuntu Linux](http://named-data.net/doc/NFD/current/INSTALL.html#building-from-source) |
||
31 | 72 | Junxiao Shi | * Other Operating Systems |
32 | * [[Install-centos|CentOS]] |
||
33 | 92 | Alex Afanasyev | * [[Install-Fedora|Fedora]] |
34 | 72 | Junxiao Shi | * [[Compiling on FreeBSD 10.0|FreeBSD 10]] |
35 | 89 | Alex Afanasyev | * [[OS X 10.8]] |
36 | 93 | Junxiao Shi | * [Windows](https://yoursunny.com/p/NFD-Windows/) |
37 | 103 | Davide Pesavento | * Virtualized/Containerized Environments |
38 | 72 | Junxiao Shi | * [Vagrant](https://github.com/named-data-education/ndn-with-vagrant) |
39 | * [Docker](https://github.com/named-data-education/ndn-with-docker) |
||
40 | * Embedded Devices |
||
41 | * [[ndn-embedded:Cross-compiling NDN projects for home routers|OpenWrt and DD-WRT home routers]] |
||
42 | * [[ndn-embedded:Cross-compiling NDN projects for Raspberry Pi|Raspberry Pi]] |
||
43 | 82 | Alex Afanasyev | * [NDN on Galileo (Intel's x86 Arduino-certified development board)](http://schwannden.gitbooks.io/ndn-on-galileo/) |
44 | 63 | Alex Afanasyev | |
45 | 53 | Alex Afanasyev | ## NFD Developer Resources |
46 | 4 | Junxiao Shi | |
47 | 102 | Davide Pesavento | [//]: # (### UML diagrams) |
48 | [//]: # (* [NFD-UML](http://named-data.net/doc/nfd-uml/) (outdated)) |
||
49 | 90 | Alex Afanasyev | |
50 | 2 | [[Contributing Code]] |
|
51 | 11 | Beichuan Zhang | |
52 | 102 | Davide Pesavento | ### Platform and libraries |
53 | 4 | Junxiao Shi | * [C++ 11](http://en.cppreference.com/w/), [[CodeStyle|code style guidelines]] |
54 | 102 | Davide Pesavento | * [[Boost|Boost >=1.54.0]] |
55 | * [Boost Unit Test Framework](http://www.boost.org/doc/libs/1_54_0/libs/test/doc/html/index.html), more information on [[UnitTesting|unit testing]] |
||
56 | 50 | Alex Afanasyev | * [ndn-cxx](https://named-data.net/doc/ndn-cxx/), Extended version of NDN C++ client library |
57 | 49 | Alex Afanasyev | * [waf build system](https://code.google.com/p/waf/) |
58 | 2 | ||
59 | 102 | Davide Pesavento | ### Development process |
60 | 67 | Alex Afanasyev | * [Learn Git Branching game](http://pcottle.github.io/learnGitBranching/index.html) |
61 | 2 | * [gerrit code review](http://gerrit.named-data.net/), more information: |
|
62 | 80 | Alex Afanasyev | * [GerritJenkinsGit on OpenStack](https://wiki.openstack.org/wiki/GerritJenkinsGit) |
63 | * [Gerrit on MediaWiki](http://www.mediawiki.org/wiki/Gerrit) |
||
64 | 7 | Alex Afanasyev | * [Git and Gerrit in Action](https://www.jboss.org/dms/judcon/presentations/Boston2011/JUDConBoston2011_day1track2session6.pdf) |
65 | * [Using Gerrit Code Review in an Open Source Project](http://redmine.named-data.net/attachments/download/6/gerrit-slides-130203050220-phpapp01.pdf) |
||
66 | 102 | Davide Pesavento | * [Gerrit Code Review - A Quick Introduction](https://gerrit-documentation.storage.googleapis.com/Documentation/2.13.1/intro-quick.html) |
67 | 70 | Alex Afanasyev | * [git-review](http://www.mediawiki.org/wiki/Gerrit/git-review) |
68 | 31 | Syed Amin | * [[CodeCoverage|gcov code coverage]] |
69 | 84 | Junxiao Shi | * [[IntegrationTests]] |
70 | 37 | Junxiao Shi | |
71 | 95 | Junxiao Shi | ### HOWTOs for n00b |
72 | * [HOWTO assign a Redmine issue to yourself](http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2015-February/000801.html) |
||
73 | * [HOWTO clone the NFD repository](http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2015-April/001023.html) |
||
74 | * [HOWTO checkout two pending commits to local machine](http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2015-June/001147.html) |
||
75 | 2 | * [HOWTO see details of Jenkins build error](http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2016-February/001550.html) |
|
76 | * [HOWTO reply to a review comment on Gerrit](http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2016-March/001607.html) |
||
77 | 99 | Junxiao Shi | * [HOWTO write a bug report effectively](http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2016-May/001748.html) |
78 | 100 | Junxiao Shi | * [HOWTO solve "undefined symbol" error](http://www.lists.cs.ucla.edu/pipermail/nfd-dev/2016-August/001973.html) |
79 | 98 | Alex Afanasyev | |
80 | ### Advanced |
||
81 | 2 | ||
82 | 98 | Alex Afanasyev | * [Environment to analyze coredumps of NFD and other NDN apps](https://github.com/cawka/nfd-debug-environment) |
83 | 95 | Junxiao Shi | |
84 | 102 | Davide Pesavento | ### Background knowledge |
85 | 5 | Junxiao Shi | |
86 | * [[ccndKnowledge|knowledge about ccnd]] |
||
87 | 40 | Beichuan Zhang | * [CCNx protocol](http://www.ccnx.org/releases/ccnx-0.7.2/doc/technical/CCNxProtocol.html) |
88 | 5 | Junxiao Shi | * [ndnSIM](http://ndnsim.net/) |
89 | * [NDNFD](https://github.com/NDN-Routing/NDNFD) |
||
90 | 74 | Alex Afanasyev | |
91 | 102 | Davide Pesavento | ### Misc |
92 | 74 | Alex Afanasyev | |
93 | 77 | Alex Afanasyev | * [[NDN Team License Boilerplate (NFD)]] |
94 | 78 | Alex Afanasyev | * [[ndn-cxx:NDN Team License Boilerplate (ndn-cxx)]] |
95 | 79 | Alex Afanasyev | * [[nlsr:NDN Team License Boilerplate (NLSR)]] |