commit | a91aab47654743b142ac5a51ea28a82335ed5a09 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 08 15:47:38 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Sep 11 11:42:40 2016 -0700 |
tree | c35fe33d52e86e1a840ec6415ba2c8d64e574da3 | |
parent | 91018738bdee32ecfa6648a5af2708567ead2444 [diff] |
model+helper+ndn-cxx: Adjust ndn::L3Protocol and ndn::StackHelper for NFD 0.4+ model This commit also restores ndn-cxx Face emulation, which is now necessary for all NFD's management operations. Change-Id: Id04cf69a2b0c81972248b6d80055e7c743fa869d Refs: #3560
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.