commit | 18d8bc99dafb8748d5f9ff84ae59bf64f0256005 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 13 18:26:40 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 14 00:23:59 2015 -0700 |
tree | db165f91c23e2006714d8cf8bd5c71453281c084 | |
parent | b60f812b479323bba4f1a2e28c82128d64045386 [diff] |
tests+consumer+docs: Test case for AppDelayTracer and related bugfixes Change-Id: I44a154f53350e140303795a9a8f824f913cc9a4c Refs: #2764
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.