commit | 0970340dd68742e5433f237c0a48de35986cd597 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Feb 08 20:18:17 2017 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Feb 08 20:18:17 2017 -0800 |
tree | 4e65c0bb121188c8f1dce73b284ae2e80b08befc | |
parent | 2a3aefb16ac4e42a20ce102fb413fc5ec6742328 [diff] |
ndn-cxx+tests: Fix hop count propagating to ndn-cxx Face Change-Id: I01fa76eabc327a5638627b27bc51e6330d5ad543
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.