commit | 8e60bcdd8a3645243983d6a8603a927821b5da5e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Jan 15 20:55:40 2015 +0000 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jan 16 12:28:22 2015 -0800 |
tree | 27d50cc5c2825337bc8ae71a377fa1fc227a8eab | |
parent | ab933c620a929135eb261fd36201cb0f1dd7c401 [diff] |
build: Fix compilation on Ubuntu platform and add work-around for ndn-cxx regression Note that on Ubuntu 12.04, either boost libraries or compiler needs to be upgraded. Change-Id: I33f1089f961f99abf3d1803bf833e76ff7fb528d Refs: #2379, #2380, #2382, #2381, #2383
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.