commit | 59090db0ddb47de610a0f31b71da0e44670e107d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Fri Feb 21 16:37:43 2020 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Sun May 31 14:23:15 2020 -0400 |
tree | 3dbb0b85efd4708159bdb7420fc29cd4b834ce0c | |
parent | 58233a4c3aa68a265c423d400fafb9b1720dd92a [diff] |
Various fixes for NFD/ndn-cxx 0.7.0 Change-Id: I68e5d4d57d81c3f2e46fc59680cd416b06c8190c
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:
ndnSIM uses implementation of basic NDN primitives from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
Based on version 0.7.0
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Based on version 0.7.0
Allows simulation of real applications written against ndn-cxx library
Requires a modified version of NS-3 based on version ns-3.30.1
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.