commit | f19fffb49639fe3ffa56b76edcc47c9f9128e5ec | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 21 17:34:23 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 01 17:01:00 2015 -0700 |
tree | b5fb440094edfb71b95dcac8c80efc4cfa8250fa | |
parent | 6a720c1097968cf67b2df8a66cde4b1bc6a45523 [diff] |
helper: Adds a new helper to create applications This helper is primarily motivated to simplify creating applications for unit tests, but can be used more in general simulation scenarios as well. Change-Id: I02db0c882a5b17e847bef0f10b7b69eb00d1fa45
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.