commit | 8f5a99d521618721ad210e86c867a89379bb1f97 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Feb 13 15:07:06 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Feb 13 15:07:06 2015 -0800 |
tree | af84f9c53cbfc898e268b8c6c2cbadac72b53901 | |
parent | ffe2586cfc466935c0632a5a64384f0fda709086 [diff] |
NFD: Update code to work with updated LocalControlHeader implementation Change-Id: Iafd62348ee1f09f256d54152ce7274cf24d5b9f9 Refs: #2183
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.