commit | ffe2586cfc466935c0632a5a64384f0fda709086 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Tue Feb 03 16:21:28 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Feb 04 11:12:14 2015 -0800 |
tree | bd5a624749ea776214a120da773218af43cfb5d4 | |
parent | c33e288a3f0542cbdc88e4f461dfde025357a92d [diff] |
docs: Adding references to the new TR Change-Id: I5235462cad6f01751bcd5141b2c3e14585d5baf3
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.