commit | a5587caa724bbe0db85c8511649faf9e06f97754 | [log] [tgz] |
---|---|---|
author | Yuanzhi Gao <billmaxwell@ucla.edu> | Fri Feb 27 18:09:41 2015 -0800 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Sun May 10 20:28:10 2015 -0700 |
tree | a68fc60c73a9587cfb40bf75423756e93e95ff2b | |
parent | 21226ae25749deb34608833be63d75353a5cbfdf [diff] |
tests: Add unit tests framework Change-Id: I962cc634aa21cd81265a6c68990049c87b99c2d3 Refs: #2369
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.