commit | 532990d1d9dbb231039ff30db47137008acfaf5e | [log] [tgz] |
---|---|---|
author | Mohammad Sabet <mhasabet@gmail.com> | Mon Oct 17 20:23:56 2016 +0330 |
committer | Alex Afanasyev <aa@cs.ucla.edu> | Fri Dec 09 04:49:47 2016 -0800 |
tree | aee80e6f9c674877c2bf42f1a3444fb47b041bc0 | |
parent | e9f6bafc2bbcca9dc8448956e3507029ebc1ce8e [diff] |
helper: Introduce helper to manage NetworkRegionTable This is to add a mechanism to configure nfd NetworkRegionTable. Refs: #3806 Change-Id: I13091f481a3d0e45ef46983ea12c84057682460c
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.