commit | 5b4c4677d090c168d9e985666a621181d31772b1 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 21 12:23:55 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 01 17:03:57 2015 -0700 |
tree | 7c31d74b82148dfb6ed75be56086c920e5641a60 | |
parent | f19fffb49639fe3ffa56b76edcc47c9f9128e5ec [diff] |
ndn-cxx+build: Enable ndnSIM-specific ndn::Face implementation Change-Id: I7b79425243114e7454bd81bd7b19ce22ff048f2e Refs: #2370, #3119
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.