Wiki » History » Version 80
Alex Afanasyev, 01/31/2015 09:06 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 | 69 | Anonymous | NFD 0.2.0 was released on August 25, 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 | 55 | Alex Afanasyev | * [NFD FAQ](http://named-data.net/doc/NFD/current/FAQ.html) |
| 22 | 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) |
| 23 | 46 | Alex Afanasyev | |
| 24 | 2 | ### Installation experiences for selected platforms |
|
| 25 | |||
| 26 | 72 | Junxiao Shi | * Officially Supported Operating Systems |
| 27 | * [OS X with MacPorts](http://named-data.net/doc/NFD/current/INSTALL.html#install-nfd-using-the-ndn-macports-repository-on-os-x) |
||
| 28 | * [Ubuntu with PPA](http://named-data.net/doc/NFD/current/INSTALL.html#install-nfd-using-the-ndn-ppa-repository-on-ubuntu-linux) |
||
| 29 | * [Source Installation on OS X or Ubuntu](http://named-data.net/doc/NFD/current/INSTALL.html#building-from-source) |
||
| 30 | * Other Operating Systems |
||
| 31 | * [[Install-centos|CentOS]] |
||
| 32 | * [[Install-Fedora|Fedora 20]] |
||
| 33 | * [[Compiling on FreeBSD 10.0|FreeBSD 10]] |
||
| 34 | * Virtualization Environments |
||
| 35 | * [Vagrant](https://github.com/named-data-education/ndn-with-vagrant) |
||
| 36 | * [Docker](https://github.com/named-data-education/ndn-with-docker) |
||
| 37 | * Embedded Devices |
||
| 38 | * [[ndn-embedded:Cross-compiling NDN projects for home routers|OpenWrt and DD-WRT home routers]] |
||
| 39 | * [[ndn-embedded:Cross-compiling NDN projects for Raspberry Pi|Raspberry Pi]] |
||
| 40 | 63 | Alex Afanasyev | |
| 41 | 53 | Alex Afanasyev | ## NFD Developer Resources |
| 42 | 4 | Junxiao Shi | |
| 43 | 11 | Beichuan Zhang | ### UML diagrams |
| 44 | 45 | Alex Afanasyev | * [NFD-UML](http://named-data.net/doc/nfd-uml/) (outdated) |
| 45 | 11 | Beichuan Zhang | |
| 46 | 4 | Junxiao Shi | ### platform and libraries |
| 47 | 73 | Alex Afanasyev | * [C++ 11](http://en.cppreference.com/w/), [[CodeStyle|code style guidelines]] |
| 48 | 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]] |
| 49 | * [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]] |
||
| 50 | 50 | Alex Afanasyev | * [ndn-cxx](https://named-data.net/doc/ndn-cxx/), Extended version of NDN C++ client library |
| 51 | 49 | Alex Afanasyev | * [waf build system](https://code.google.com/p/waf/) |
| 52 | 2 | ||
| 53 | 7 | Alex Afanasyev | ### development process |
| 54 | 67 | Alex Afanasyev | * [Learn Git Branching game](http://pcottle.github.io/learnGitBranching/index.html) |
| 55 | 2 | * [gerrit code review](http://gerrit.named-data.net/), more information: |
|
| 56 | 80 | Alex Afanasyev | * [GerritJenkinsGit on OpenStack](https://wiki.openstack.org/wiki/GerritJenkinsGit) |
| 57 | * [Gerrit on MediaWiki](http://www.mediawiki.org/wiki/Gerrit) |
||
| 58 | 7 | Alex Afanasyev | * [Git and Gerrit in Action](https://www.jboss.org/dms/judcon/presentations/Boston2011/JUDConBoston2011_day1track2session6.pdf) |
| 59 | * [Using Gerrit Code Review in an Open Source Project](http://redmine.named-data.net/attachments/download/6/gerrit-slides-130203050220-phpapp01.pdf) |
||
| 60 | * [Gerrit Code Review - A Quick Introduction](https://gerrit-documentation.storage.googleapis.com/Documentation/2.8.1/intro-quick.html) |
||
| 61 | 70 | Alex Afanasyev | * [git-review](http://www.mediawiki.org/wiki/Gerrit/git-review) |
| 62 | 31 | Syed Amin | * [[CodeCoverage|gcov code coverage]] |
| 63 | 29 | Junxiao Shi | * [[IntegratedTests]] |
| 64 | 37 | Junxiao Shi | |
| 65 | 5 | Junxiao Shi | ### background knowledge |
| 66 | |||
| 67 | * [[ccndKnowledge|knowledge about ccnd]] |
||
| 68 | 40 | Beichuan Zhang | * [CCNx protocol](http://www.ccnx.org/releases/ccnx-0.7.2/doc/technical/CCNxProtocol.html) |
| 69 | 5 | Junxiao Shi | * [ndnSIM](http://ndnsim.net/) |
| 70 | * [NDNFD](https://github.com/NDN-Routing/NDNFD) |
||
| 71 | 74 | Alex Afanasyev | |
| 72 | ### misc |
||
| 73 | |||
| 74 | 77 | Alex Afanasyev | * [[NDN Team License Boilerplate (NFD)]] |
| 75 | 78 | Alex Afanasyev | * [[ndn-cxx:NDN Team License Boilerplate (ndn-cxx)]] |
| 76 | 79 | Alex Afanasyev | * [[nlsr:NDN Team License Boilerplate (NLSR)]] |