commit | a9d889b7a787842d45c86c67bc21d44853b03b7f | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 08 18:34:25 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Sep 11 12:55:34 2016 -0700 |
tree | 644e56c046b595efacc62adca039fe8b4e364cda | |
parent | f326f9413c10bff8f229ef137175e89a0e6f6da4 [diff] |
helper: Show NetDevice address as LocalUri for NetDevice-based Faces Change-Id: Iac4ab32345bff9771ceaf5704782f861624ac79b Refs: #2665
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.