commit | df26b5a1dab6cca925813db8e062ec1cf1252439 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 15 23:30:56 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jan 17 10:51:57 2015 -0800 |
tree | e05ec6b2e5fedfb8ae08032c232e94ad8871172e | |
parent | 8e60bcdd8a3645243983d6a8603a927821b5da5e [diff] |
utils+helper: Fix to compile against the latest version of ndn-cxx Change-Id: If922b1c95beea08e5921af5223af042cb173f434
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.