commit | 02bf7779bb03e0c6bbc90eeebd9d0c76eb2ff816 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 04 13:58:05 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Aug 06 21:06:23 2016 -0700 |
tree | b94ca8ad4d78290e5493e401c6291f2a012457c5 | |
parent | b4102ceeb2f7489f47436fe9d4e0ab3c0fea296e [diff] |
docs: Add specification of ndn::CsTracer output format Change-Id: Iec18266c835f28dece1eac08c2dc4322bf67ff83
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.