commit | 6a720c1097968cf67b2df8a66cde4b1bc6a45523 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 21 12:50:13 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 01 17:01:00 2015 -0700 |
tree | 4eb12a053dc4535c28cb9d7e7d4635e8e8b7323d | |
parent | c3c7f041280d38ebe6c4de0d38b1b059c6d430e3 [diff] |
apps: Switch ndn::App::GetId() to use application ID on the node Previously, GetId() used ID of the underlying application face, which is less convenient for simulation trace analyses. Change-Id: I403182ecb4b9e8fb010c4c25ab007c1e274bc86a
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.