commit | cb9be5ca58dae4eae0fd2542c00ec27a6905ecc6 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Tue Feb 20 11:22:27 2018 -0800 |
committer | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Fri Feb 23 10:53:50 2018 -0800 |
tree | 1123b592b7a9c3db19e25f6d744e104456426eda | |
parent | 4689e289a97f0d09ed699737c9417f81ec09a104 [diff] |
Upgrade the underlying NFD and ndn-cxx to version 0.6.1 and fixing compilation Specific changes: 1) model: NetDeviceTransport uses the MTU of NS-3 netDevice 2) utils: Adapting to the updates of the ndn-cxx CustomClock abstraction Change-Id: Ic0dba06a9afd66a810172d4a512f35f6df6b222a Refs: #4471, #4514
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.6.0
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Based on version 0.6.0
Allows simulation of real applications written against ndn-cxx library
Requires a modified version of NS-3 based on version ns-3.27-22-g90fb309d5
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.