commit | ac541b113a5f75588337ca666f11f6c0359011af | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Sep 12 19:45:53 2016 -0700 |
committer | Alex Afanasyev <aa@cs.ucla.edu> | Tue Sep 27 19:09:36 2016 -0700 |
tree | cf83608787be1ce9dadafe10624ea0ca105ba030 | |
parent | a9d889b7a787842d45c86c67bc21d44853b03b7f [diff] |
model+NFD: Re-enable tracing for sentInterests/Data/Nacks Change-Id: If7329004b82afd66a09fcf35d1e938006183b34b
A new release of NS-3 based Named Data Networking (NDN) simulator went through extensive refactoring and rewriting. The key new features of the new version:
Packet format changed to NDN Packet Specification
ndnSIM uses implementation of basic NDN primitives from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
Based on version 0.4.1
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Based on version 0.4.1-1-g704430c
Allows simulation of real applications written against ndn-cxx library
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.