commit | 241df876d2dcf1cdaf3e0ca67d6d498a46f85f0f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 13 17:26:15 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 14 00:19:03 2015 -0700 |
tree | 8781562b5221843303e23d60d14a07cd1a05f8d6 | |
parent | 9eff6382c2179a02e6aa337c5bbec320b6440396 [diff] |
helper+tests: API change and test case improvements of FaceContainer Change-Id: Idf0c15907b7492404b83c9eb78a4cbeb9c721951
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.