commit | ab933c620a929135eb261fd36201cb0f1dd7c401 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 14 00:50:31 2015 -0500 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 14 00:50:31 2015 -0500 |
tree | 4303234e2740c9f4370c2abe5289a55835872068 | |
parent | 963621b3fcabbf03484817c434c58792e331928b [diff] |
docs: Moving release note to docs/source, so it is visible on ndnSIM website Change-Id: I211ac6e3a723a9b5f7310741334818af7fac2b19
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.