commit | 963621b3fcabbf03484817c434c58792e331928b | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 11 18:34:33 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 13 22:47:00 2015 -0500 |
tree | 318f2a3737471b6a0a4e258fd8f54019f936753a | |
parent | 47a60926b7ad60bd0aed8b2b2070b9f7d69ff535 [diff] |
docs: Add release notes and final documentation corrections Change-Id: Ic8010b536c36d84e26f4d9ea6384f81e869e1407
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.