commit | a4915caa0c4121f2dd87fd3d7cc3b6eb91632f16 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 28 11:03:25 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 28 11:03:25 2016 -0800 |
tree | b61d42b4cdc040c180082e65a447a66f799fc8b7 | |
parent | 0df15ba7423e76b07763a2e960d3bed1b15df4b1 [diff] |
docs: Fix description of ConsumerBatches app Thanks to Frank Zou for pointing out the problem. Change-Id: Iae34b11e0f60d06c8ada424a5b3a04bb51bd42ba
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)
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
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.