commit | 0df15ba7423e76b07763a2e960d3bed1b15df4b1 | [log] [tgz] |
---|---|---|
author | spirosmastorakis <spiros.mastorakis@gmail.com> | Sat Nov 14 08:46:24 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Dec 11 16:25:56 2015 -0800 |
tree | cccb8a1d058912dafcce7c34987f0cfe176d1afa | |
parent | ef77416d5227d6e9123f7c3aaab719793379c2d7 [diff] |
examples+helper+model: Allowing to disable NFD managers Change-Id: I471023fc23ffabbe14d9668426b4c1b03e4932ab Refs: #3328
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.