commit | a879e0277823f46c4b190201829961e79a695469 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Mon Oct 16 17:12:14 2017 -0700 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Wed Nov 01 23:16:38 2017 -0400 |
tree | 1b058a755f57617e554774f1eeb2e636811c5c31 | |
parent | 00f3839cb2c85540f0d628a13e79ee3977402534 [diff] |
docs: Update website documentation Change-Id: I01fa76eabc327a5638627b27bc51e6330d5ad210 Refs: #4213, #4039
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)
Based on version 0.6.0
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Based on version 0.6.0
Allows simulation of real applications written against ndn-cxx library
Requires a modified version of NS-3 based on version ns-3.27-22-g90fb309d5
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.