commit | 7f2fd426347f2358e51e2390328a0e21f76815f4 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Dec 07 14:33:59 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Dec 08 23:13:22 2016 -0500 |
tree | d65d1d2ca474afdef1f097627978c93a6ca54ddf | |
parent | 5ea3322623a0550799431f25b2fc4e7e4df5c046 [diff] |
apps + examples: Enabling NACK support Change-Id: I3d16bcf29f4858049d1040a3e421e1c7151b2bb2 Refs: #3871
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.