commit | 6028c61c25764311b625eae21153ae7149859720 | [log] [tgz] |
---|---|---|
author | Chavoosh Ghasemi <chghasemi@cs.arizona.edu> | Mon Sep 17 13:04:33 2018 -0700 |
committer | Chavoosh Ghasemi <chghasemi@cs.arizona.edu> | Wed Sep 26 10:16:34 2018 -0700 |
tree | 419ce29df56feb2e79867b8c56634553a6a6f454 | |
parent | 58ef8613aea3a03ce7895f7a92438a45411166bf [diff] |
Add unit test for routes calculation based on link latency Change-Id: I4dd6c67b02a45cdde182003845f0dad822a112d2 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.