commit | 40b8833f431778b699c7a71bb91f50fc41e4d10c | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Wed Feb 13 16:19:06 2019 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Thu Feb 14 10:23:16 2019 -0500 |
tree | 74f88b4e9df16abe00a08beed513519863559925 | |
parent | 24810927028aa8ec738dedec638a71621a71c146 [diff] |
docs: Correct Ubuntu installation instructions Now should work with 18.04 Change-Id: I272c76ea93e1e075f5e162f868a859f207e2804e
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.