commit | dd516fe9ed73992d2f253a53fc5b21523c99a72a | [log] [tgz] |
---|---|---|
author | Yuanzhi Gao <billmaxwell@ucla.edu> | Thu Apr 23 04:18:24 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jun 24 10:55:28 2015 -0700 |
tree | 9b3396a89116a5ba4536fbf7e476b9501bc04557 | |
parent | d265235265fb03eeb473ccbefc25595095eebec1 [diff] |
tests+ci: Add and enable a partial unit test coverage Change-Id: I6dbc5cf4d68679bd6f943322f572313884c8aef7 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.