commit | abc0d911446dc10753a3faaa21a959dbfbee1005 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 13 16:49:02 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 13 18:46:57 2015 -0700 |
tree | 11e023ba376e86dafd649a316fd7c23fa90fa294 | |
parent | f94998b005db5b13512eb9922f477d3340b1ad85 [diff] |
helper: ScenarioHelper to simplify writing basic simulation scenarios Primary use of the ScenarioHelper will be in the unit tests, but it can also be used to write real simulation scenarios. Change-Id: I3b8c6370d4e5e35c8b36d91e19aa11d18ab46fdc
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.