commit | fee51a067f8118537329dcab679d9e142c6bb92d | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 31 23:18:56 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Mar 31 23:19:28 2015 -0700 |
tree | 365310b241acff3618ee3288614c3f05c2a516fe | |
parent | 43a3000b4e7eda4c826f143ae936ab4a51041a1d [diff] |
build: Tweak default pkg-config search paths Change-Id: Ife54d34b06795df2f58979d9197ea537646cc762 Refs: #2711
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.