commit | ce308b6d4f33954a280cf448077a5e0b3ba88dbe | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 20 18:17:28 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 20 18:17:28 2015 -0800 |
tree | 960ce338c7d8bd9eb2bea7a00d65ab796bc88031 | |
parent | 15db77208cc76dac3675442f2923185cef990ec5 [diff] |
build: Embed setting of PKG_CONFIG_PATH variable to commonly used values Change-Id: Ib6a46b64bff07c3aa3e799a7490b45ba22fa4c5d
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.