commit | b1592bcf76725c8b9cc038c8c08c0089622c2553 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Dec 07 14:34:30 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Dec 12 12:57:54 2016 -0800 |
tree | f8489cd9213f34665e8547484c592793ab593cce | |
parent | acd5e1abfa2a398485b5067381ad1e011a9901e9 [diff] |
docs: Write release notes for ndnSIM 2.3 Change-Id: I3a12ccf29f4858049d1040a3e421e1c7151b3ba2 Refs: #3877
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.