commit | 823368d3d9084d25a29c838d631d248793b60870 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 13 16:52:50 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 13 18:47:00 2015 -0700 |
tree | c9a2c399b1139484b07f078cec26db3fd11b15de | |
parent | c512dba1de19d8b47adbee68240f0fa74d024c19 [diff] |
tests: Refactor and extend FibHelper tests Change-Id: I49d53caf57c3f02bbf2ee8e88e8501cba9de42e3
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.