commit | f34b319e94b18383e72a739b84b36a9f395ed4ee | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Mon Feb 16 17:42:01 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Feb 18 14:51:12 2015 -0800 |
tree | 222529e57bd6b1e5a36108eee066540f1a2048da | |
parent | 8f5a99d521618721ad210e86c867a89379bb1f97 [diff] |
examples: Added simulation scenario with MPI support docs: Update documentation to include instructions for MPI support and scenario executed in parallel Change-Id: I5235462cad6f01751bcd5141b2c3e14585d5baa3 Refs: #2504
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.