commit | 11381c20e61e2fe78f92d3a20464211a1fc799d3 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 19 16:07:46 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 19 16:07:46 2015 -0800 |
tree | ad0319e5a1cc77cd22762d5d0dca926b0c114315 | |
parent | df26b5a1dab6cca925813db8e062ec1cf1252439 [diff] |
docs: Documentation corrections Installation instructions incorrectly suggested to install ndn-cxx package from Ubuntu PPA archive. Instead, ndn-cxx-dev package should be installed. Change-Id: I68a645011f31ba7b3a63fda0fb2811006a83e8ef
ndnSIM 2.0 is a new release of NS-3 based Named Data Networking (NDN) simulator that went through extensive refactoring and rewriting. The key new features of the new version:
ndnSIM no longer re-implements basic NDN primitives and directly uses implementation from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Packet format changed to NDN-TLV
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.