commit | b4102ceeb2f7489f47436fe9d4e0ab3c0fea296e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jun 26 21:37:40 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jun 26 21:39:03 2016 -0700 |
tree | cbbd566f0a643b90d0483914ee9adff901a6c348 | |
parent | b4cf179918b3a47ecaa8b3226445cf4df628c4d9 [diff] |
utils+helper+tests: Fix an issue with RandomPolicy This commit also extends ndn::ScenarioHelper to expose the underlying StackHelper for customization, as well as adds a basic test case for the RandomPolicy. Change-Id: Ieb948996497fd282f1afe4e7c102ec224299ac7f
A new release of NS-3 based Named Data Networking (NDN) simulator went through extensive refactoring and rewriting. The key new features of the new version:
Packet format changed to NDN Packet Specification
ndnSIM uses implementation of basic NDN primitives 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)
Allows simulation of real applications written against ndn-cxx library
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.