commit | dc63d4a4abb51187efcbbe985a3f7d0638bd71f3 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jun 08 12:26:12 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Jun 08 12:26:12 2015 -0700 |
tree | e49775c1e2307f2d80781f42a9e3a6a1569d2598 | |
parent | da325915a8109979875b214eb2c87678c42fcb21 [diff] |
build+docs: Build ndn-cxx as a shared library and update documentation to recommend that Change-Id: I11606181387cd3f6da01e7067679279803d0f6c1
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.