commit | 8a74d0c6f2029e0a0d169e46d1d201243f138be6 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Dec 07 14:34:07 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Dec 09 00:18:50 2016 -0500 |
tree | d81fc0f982dc02e0b30a3813a544418ec81f9231 | |
parent | 7f2fd426347f2358e51e2390328a0e21f76815f4 [diff] |
utils: Add tracing functionality of network-layer NACKs Change-Id: I3d16bcf29f4858049d1040a3e421e1c7151a1ea1 Refs: #3872
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.