This file contains ndnSIM release notes.
All of the ndnSIM documentation is accessible from the ndnSIM website.
ndnSIM 2.0 is a new release of NS-3 based Named Data Networking (NDN) simulator that went through extensive refactoring and rewriting. The key new features of the new version:
ndnSIM no longer re-implements basic NDN primitives and directly uses implementation 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). The current code is based on a22a2172611b1cb93b2e2f53d9d5da122b384f3e
commit of NFD repository.
Note RIB Manager is not yet available in ndnSIM.
Packet format changed to the NDN packet format.
Code style changes to conform to ndn-cxx Code Style and Coding Guidelines This change also includes renaming of the header and source files: *.h
-> *.hpp
, *.cc
-> *.cpp
ndnSIM now uses C++11.
ndn-load-balancer
ndn-grid-multiple-strategies
ndn-different-strategy-per-prefix
ndn-simple.py
and ndn-grid.py
ndn::Face
in future releases (Issue #2370).