commit | 43a3000b4e7eda4c826f143ae936ab4a51041a1d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Feb 26 15:31:33 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Feb 26 15:31:33 2015 -0800 |
tree | 1f2663268685abc7dd2244380436a8346de0fbef | |
parent | 8a56e8d353b67fc6295b615a4516e5a7530de4bc [diff] |
build: Correct the way dependencies are defined for ndnSIM module Change-Id: Id6ecf515b1e5cb5a9227aec9afd9beb849638bce
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.