commit | 5dee3617e89c67bc6890b503ef13ba44f8cdb5d7 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Aug 25 16:09:04 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 01 17:10:51 2015 -0700 |
tree | 8ab335b4ff59b0984e8dd433fefbe312eee42b99 | |
parent | 8fde22b8eeb3230ddc3aa95b6f1f7254f891b131 [diff] |
docs: Documentation update, initial preparation for version 2.1 release Change-Id: I3694a8791b9540fc1b926a83ff55421b47e0f1e2
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)
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
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.