commit | 94c2d9c4782980de4180a947a4cca84ce1cdb7f6 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Dec 07 14:33:25 2016 -0800 |
committer | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Dec 07 14:33:25 2016 -0800 |
tree | fd24555516c804b60864f6d66f6146b50999d5f2 | |
parent | c09bb40ecc7f52a4b279e4530605a2c623e42b61 [diff] |
NFD + ndn-cxx: Update submodules to point to version 0.5 Change-Id: I3d16bcf29f4858049d1040a3e421e1c7152a1ca2 Refs: #3875
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.