commit | d265235265fb03eeb473ccbefc25595095eebec1 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jun 19 08:59:39 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Jun 19 09:39:51 2015 -0700 |
tree | c7b6629d6b23d9bafea7099ddf865900cc3ef10d | |
parent | 24a849d22936eab849634af89812df5d18db461c [diff] |
apps: Assign a proper dummy signature in the Producer app Change-Id: I3ac1866b936abe0064b1833e61657330a8280f40 Refs: #2927
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.