commit | 0167d58064af56b830ebe278fec551ea7eeff7ef | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 08 19:22:08 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Sep 10 13:19:13 2016 -0700 |
tree | 3bb6a188723f254a8d0611b1ca7479a5a462fe27 | |
parent | 03361aa56d8971c06d47d4a915472a9bba617908 [diff] |
docs+ci: Remove support for 12.04 and switch to Ubuntu 14.04 with Travis-CI builds Change-Id: Id7020b73ce2505565fa5f084d8ebeb6bfc9a2c42
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)
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
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.