commit | 929b17e851f32da8b264a1558ca3d132153c945e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 13 16:54:09 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 13 18:47:00 2015 -0700 |
tree | dabcdc6e61468201f5d5775759ce422c6c51ce63 | |
parent | 91971b7724d7d3d0d8219c4a8208d0998d244aff [diff] |
tests: Refactor GlobalRoutingHelper tests Change-Id: I06d35178c3f1617823119324e4ed58f3d25ce55f
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.