commit | 21226ae25749deb34608833be63d75353a5cbfdf | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Tue Mar 31 18:03:11 2015 -0700 |
committer | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Apr 01 09:05:21 2015 -0700 |
tree | 0150ff60719ea5eb047b62fc7fc0ddd1b70d2a6f | |
parent | fee51a067f8118537329dcab679d9e142c6bb92d [diff] |
ndn-stack-helper: Update method was added Change-Id: I1e4bafe8559ef87135de6cb6f209fc94dfa232b1 Refs: #2717
ndnSIM 2.0 is a new release of NS-3 based Named Data Networking (NDN) simulator that went through extensive refactoring and rewriting. The key new features of the new version:
ndnSIM no longer re-implements basic NDN primitives and directly uses implementation from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Packet format changed to NDN-TLV
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.