commit | c09bb40ecc7f52a4b279e4530605a2c623e42b61 | [log] [tgz] |
---|---|---|
author | spirosmastorakis <spiros.mastorakis@gmail.com> | Fri Oct 28 19:16:58 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Nov 11 09:55:32 2016 -0800 |
tree | 9c2edbf965bf65a754df67cae9accb9c8e23e20b | |
parent | 2c9c0053b2b3d0a908f08387c6d3088e623ccf99 [diff] |
docs: Prepare release of version 2.2 Change-Id: I3694a8791b9540fc1b926a83ff55421b47e0f2ac Refs: #3832
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.