commit | 17be058a807e09bcbf93a7948b906be6c2d25d55 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Sep 27 20:32:39 2017 -0700 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Wed Nov 01 15:37:56 2017 -0400 |
tree | aed6744ae2bff8919e58d85a9ed81421a90875ea | |
parent | f6d32850b17120ed247588f299524876b4007575 [diff] |
utils: Refactor DummyKeychain to work with security v2 of ndn-cxx Change-Id: Ic0dba06a9afd66a810172d4a512f35f6df6b25a1 Refs: #4306
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.6.0
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Based on version 0.6.0
Allows simulation of real applications written against ndn-cxx library
Requires a modified version of NS-3 based on version ns-3.27-22-g90fb309d5
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.