commit | ef77416d5227d6e9123f7c3aaab719793379c2d7 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Thu Oct 08 22:57:49 2015 -0700 |
committer | spirosmastorakis <spiros.mastorakis@gmail.com> | Wed Oct 14 13:29:25 2015 -0700 |
tree | 8d57d83e9303e0ee30271921957e20ea39b64ecd | |
parent | 5897c967f6fa64755fd08ea29657c9525d7d76ce [diff] |
docs: extending list of papers using ndnSIM Change-Id: I3d16bcf29f4858049d1040a3e421e1c7151b3acd
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.