commit | f94998b005db5b13512eb9922f477d3340b1ad85 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Fri Jul 24 23:10:23 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jul 27 15:36:48 2015 -0700 |
tree | 7a10a2c5266aee4e1ce000c9aeabc3e8bf6f6efc | |
parent | 16622538a1330981a6293bf4a1b515b3839c4d85 [diff] |
tests: Adding extra test case for ndn-link-control-helper Change-Id: I471023fc23ffaebe04d9668426b4c1b03e4972ba Refs: #2783
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.