commit | 325c2533aac4507780ce4c42c3b21d63c36e9e95 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 08 15:38:53 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Sep 11 11:42:40 2016 -0700 |
tree | c1f05281ed11642bb8d92294e1757ff9d45ec70e | |
parent | 0167d58064af56b830ebe278fec551ea7eeff7ef [diff] |
NFD+ndn-cxx: Update version of submodules - NFD: based on NFD:commit:704430ca07bda92019538b92379c276529efa04a (NFD-0.4.1-1-g704430c) - ndn-cxx: based on ndn-cxx:commit:2e52d7cab4e03631db7f6c89a2daf7de590dd29e (ndn-cxx-0.4.1) Note that code compiles, because all ndnSIM code is disabled. Future commits re-enable ndnSIM features. Change-Id: Iff7daad6372eaa719db5af110a842afdcc319978 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.