commit | e0ab3f93cdfe1f0cbe9e730521b7dd0b30bd6238 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 20 13:29:39 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Oct 20 13:31:43 2016 -0700 |
tree | c0cc6566bccb5cc368703784e13e2448ee0e692f | |
parent | ac541b113a5f75588337ca666f11f6c0359011af [diff] |
ci: Update CI scripts The changes in Boost 1.62 broke command-line invocation of unit tests Change-Id: Id98d00f5f85b2154981dec859c8c5a671ec06c84
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.