commit | 15db77208cc76dac3675442f2923185cef990ec5 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 19 17:27:26 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jan 19 20:39:59 2015 -0800 |
tree | f2c976174a2690c197e0c5af2216b72409c05a74 | |
parent | 11381c20e61e2fe78f92d3a20464211a1fc799d3 [diff] |
ci: Add script to enable checks with Travis CI Change-Id: I5345a67dc588228df5560139477fa9236a6b437d
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.