commit | b0b22419fccc8908ca240c5cb622cb95b8515c3d | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Dec 07 14:33:46 2016 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Dec 08 23:08:19 2016 -0500 |
tree | ba74ef2e1eef68e235dc5daf9e7d28d3e228c46b | |
parent | 94c2d9c4782980de4180a947a4cca84ce1cdb7f6 [diff] |
all: Fixing compatibility with NFD 0.5 and ndn-cxx 0.5 Change-Id: I3d23acf29f4858049d1040a3e421e1c7151b3aba
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.