commit | 5897c967f6fa64755fd08ea29657c9525d7d76ce | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Mon Aug 31 15:37:18 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Sep 04 09:51:17 2015 -0700 |
tree | 8a423f915125d4cc969d0ab7b6e0f4afc1fb0143 | |
parent | 95be509676b0abf50abff09ab958f13e4c01401f [diff] |
docs: Prepare release of version 2.1 Change-Id: I3694a8791b9540fc1b926a83ff55421b47e0f1b1 Refs: #3151
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.