commit | 73df9f587e1c16c4f67a0053fe29b68f523ff138 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Dec 07 14:34:13 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Dec 09 00:18:53 2016 -0500 |
tree | ebc70a772c9a56ddc8f2fccc4d675732e9358b3d | |
parent | 8a74d0c6f2029e0a0d169e46d1d201243f138be6 [diff] |
apps: Change to new HopCount tag that is carried in NDNLPv2 header between nodes Change-Id: I3d16bcf29f4858049d1040a3e422e1a7131b3ba2 Refs: #3881
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.