commit | c3d4bd29f57cc60caa2e8a43e165b3b07e9328a5 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Nov 09 14:07:45 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Nov 09 14:08:57 2016 -0800 |
tree | 39658e76bef16eb760793f1389cea255e82abe0e | |
parent | a435be15143eccfa7db5f59f0cd1dd519c184c45 [diff] |
NFD: Update to include fix for Interest selection in outgoing interest pipeline Change-Id: Ib3cf89f344321a31c175cd84d782b5682bd18a5c
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.