commit | 58ef8613aea3a03ce7895f7a92438a45411166bf | [log] [tgz] |
---|---|---|
author | Chavoosh Ghasemi <chghasemi@cs.arizona.edu> | Wed Sep 12 15:12:49 2018 -0700 |
committer | Alex Afanasyev <aa@cs.fiu.edu> | Mon Sep 17 11:25:04 2018 -0700 |
tree | 5274f791d8584009d33bf483b66af1a2be93562f | |
parent | 6d37c48c60ec5b16e6d5f125621cf2b805854d73 [diff] |
helpers: Update face metric based on simulated p2p link delay Change-Id: I75098293f631b6bc7f6fbd58413e7756f19d0865 refs: #4733
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.