commit | acd5e1abfa2a398485b5067381ad1e011a9901e9 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Dec 07 14:34:25 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Dec 12 12:54:05 2016 -0800 |
tree | c69eddea4d7e1df515ae9997dca684caa69b9ed9 | |
parent | 532990d1d9dbb231039ff30db47137008acfaf5e [diff] |
docs: Update documentation for the release of ndnSIM 2.3 Change-Id: I3d23bcf29f4858049d1040a3e421e1c7151b3ee1 Refs: #3876
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.