commit | 2c9c0053b2b3d0a908f08387c6d3088e623ccf99 | [log] [tgz] |
---|---|---|
author | spirosmastorakis <spiros.mastorakis@gmail.com> | Mon Oct 31 13:51:14 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Nov 10 13:42:24 2016 -0800 |
tree | be1449215f28610f670938d7258897353afcfbbf | |
parent | 34eed980510fbbe3d2af9d03c163d19129bc383f [diff] |
docs: Updating documentation for ndnSIM 2.2 release. Change-Id: I3694a8791b9540fc1b926a83ff55421b47e0f1bd Refs: #3827, #3835
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.