commit | 5f5c99267e4f922b233c1689073ad5c04fe1d163 | [log] [tgz] |
---|---|---|
author | schneiderklaus <klaus@cs.arizona.edu> | Wed Jul 25 20:35:03 2018 -0700 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Tue Aug 07 11:25:25 2018 -0400 |
tree | cc2763e38d17d0be77c5f274ef4a6ddda89aa065 | |
parent | e93e8b0ed4d79c985791332514909f8b1a17b42e [diff] |
apps: Enable congestion marking by default Change-Id: Ib39d169b9765ed9270f59ca4770b1721772d1fc5 refs: #4672
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.