commit | 5d2820dfc5adaf18e995d38db05719289ee988dc | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 24 00:10:31 2014 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Apr 24 00:10:31 2014 -0700 |
tree | 62bb17642337e681950dee4e5d8f302997236281 | |
parent | 6ad48ca754e495663d99ff4c7ab1be6ae55560de [diff] |
mgmt: Fixing regression introduced by change in the library After more consistent usage of exceptions (most of the exceptions now derived from Tlv::Error), `ndn::io::load` would not normally throw an exception. Change-Id: Ifd32653e681b94829007db3750e04754e9976fbd
NFD is the network forwarder that implements the Named Data Networking (NDN) protocol and evolves together with the NDN protocol.
The main design goal of NFD development is to support diverse experimention of NDN research. The design emphasizes on modularity and extensibility to allow easy experiments with new protocol features, new algorithms, and new applications. We have not optimized the code for performance, but it can be achieved within the same framework by trying out different data structures and algorithms.
NFD is open, free, and developed by a community effort. Although most code of this first release was done by the NSF-sponsored NDN project team, it also contains significant contributions by people outside the project team. We strongly encourage contributions from all interested parties, since broader community support is key to NDN’s success as a new Internet architecture. Bug reports and feedbacks can be made through Redmine site and the ndn-interest mailing list.
The design and development of NFD benefited from our experiences with CCNx. However NFD does not maintain compatibility with CCNx.
For more information refer to
docs/INSTALL.rst
,docs/README.rst
docs/
folder.