commit | f326f9413c10bff8f229ef137175e89a0e6f6da4 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 08 17:17:05 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Sep 11 12:55:32 2016 -0700 |
tree | 1d45b31a93430f7a940610e5e0b22459646764d7 | |
parent | 50ea1a3fbaaec187338749bd6124bc28f7ac30e9 [diff] |
tests: Re-enable unit tests Change-Id: Iaf79058506b66654a004dfe2ca32453f0c2c1695 Refs: #3560
A new release of NS-3 based Named Data Networking (NDN) simulator went through extensive refactoring and rewriting. The key new features of the new version:
Packet format changed to NDN Packet Specification
ndnSIM uses implementation of basic NDN primitives from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
Based on version 0.4.1
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Based on version 0.4.1-1-g704430c
Allows simulation of real applications written against ndn-cxx library
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.