commit | c33e288a3f0542cbdc88e4f461dfde025357a92d | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Tue Jan 20 21:45:44 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Wed Jan 21 21:05:18 2015 -0800 |
tree | dc3cb25cc73ea772d1a9bd06bf517184cd8d0ab8 | |
parent | ce308b6d4f33954a280cf448077a5e0b3ba88dbe [diff] |
docs: Update documentation to include solution to potential problems with gtk module on OS X Change-Id: Ib6a46b64bff07c3aa3e799a7490b45ba22fa4c4f
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.