commit | da325915a8109979875b214eb2c87678c42fcb21 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Thu May 28 22:45:33 2015 -0700 |
committer | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Thu May 28 22:45:33 2015 -0700 |
tree | 9dd3dfc43d54a48bc0763f1ac8276d8001b35cc9 | |
parent | a5587caa724bbe0db85c8511649faf9e06f97754 [diff] |
ndn-link-control-helper: Fixing bug during link failure Change-Id: I6dbc5cf4d68679bd6f943322f572313884c8aed2 Refs: #2783
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.