commit | 95be509676b0abf50abff09ab958f13e4c01401f | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Aug 26 15:07:37 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Sep 04 00:26:28 2015 -0700 |
tree | befb7699d3ffb2b4d407ad14bcb1602838724532 | |
parent | 5dee3617e89c67bc6890b503ef13ba44f8cdb5d7 [diff] |
docs: Add guide on how to simulate real apps in ndnSIM Change-Id: I3694a8791b9540fc1b926a83ff55421b47e0f2a2
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.