commit | 03361aa56d8971c06d47d4a915472a9bba617908 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 08 15:44:46 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 08 15:49:27 2016 -0700 |
tree | f2b94a080ce4729dad37813e717d0489cc4180f9 | |
parent | 02bf7779bb03e0c6bbc90eeebd9d0c76eb2ff816 [diff] |
utils: Remove unnecessary include Change-Id: If98594fc4ce85eac76d736bd132600b54b30721b
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)
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
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.