Release 2.0

Overview

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.

New Features

-   Integration with NFD codebase:
-   A realistic behavior is added to the simulations.
-   Forwarding plane extensions can be used in both ndnSIM simulations
    and real NFD deployment.
-   Per namespace forwarding strategies for different namespaces (one
    strategy per namespace).
-   New examples:
-   ndn-load-balancer
-   ndn-grid-multiple-strategies
-   ndn-different-strategy-per-prefix
-   Basic examples using python bindings: ndn-simple.py and ndn-grid.py
-   Use of the the full-featured NDN packet format.
-   Full-featured support for Interest selectors.
-   Full-featured crypto operations can be simulated (disabled by
    default).
-   FibHelper to manage FIB entries.
-   StrategyChoiceHelper to manage per-namespace forwarding strategy
    selection.

Changes

-   HopCount tracing now includes only one way network-level hop count
    (e.g., the number of physical links traversed by a packet).
    Previously, this tracing was round-trip and included applications
    hops.
-   Python bindings have changed and, due to limitations of pybindgen,
    currently cover a smaller subset of C++ code (Task #2341).
-   LinkControlHelper now uses ErrorRate to simulate link
    failure/recovery. Previously it was relying on Up/Down flag on NDN
    level.
-   The Face abstraction of NFD is now used.

Bug fixes

-   Fix processing files with customized LossRate or Queue model in
    AnnotatedTopologyReader Bug #2354.

Removals

-   PyNDN emulation
-   (temporarily) ApiFace. Will be replaced with emulation of ndn-cxx
    ndn::Face in future releases (Issue #2370).
-   (temporarily) UdpFace, TcpFace (Issue #2371).
-   Limits, LimitsWindow, LimitsRate.
-   PIT, FIB with "replacement" policies.
-   Old deprecated packet formats.
  1. 9d313d4 Add NACK processing by Alexander Afanasyev · 13 years ago
  2. 233f197 Temporary commit by Alexander Afanasyev · 13 years ago
  3. 3bea370 Make NDNabstraction depending on 'visualizer' when python bindings are by Alexander Afanasyev · 13 years ago
  4. a4e3f85 Merge remote-tracking branch 'git.irl/Ilya' by Alexander Afanasyev · 13 years ago
  5. 00b3048 pit fib small corrections by Ilya Moiseenko · 13 years ago
  6. 9de011f Adding forgotten import to wscript by Alexander Afanasyev · 13 years ago
  7. c926604 Ccnx-grid example by Ilya Moiseenko · 13 years ago
  8. 5b43386 Adding non-working example by Alexander Afanasyev · 13 years ago
  9. 4ac503d Enable ccnx-test example by Alexander Afanasyev · 13 years ago
  10. 3b93629 Update wscript to reflect version update of ./waf by Alexander Afanasyev · 13 years ago
  11. 3cc8efe fix of wscript. Alex, stop breaking it! :) Visualizer still doesn't work by Ilya Moiseenko · 13 years ago
  12. 8b37905 Checkpoint. Reorganizing ccnb parsing into many small files. by Alexander Afanasyev · 13 years ago
  13. 0ab833e Solving compilation problems, adding more comments. Modified ccnx-test example by Alexander Afanasyev · 13 years ago
  14. b919a3a Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  15. 1eff17d Annotated topology reader added and external dependencies to modules 'topology-reader', 'visualiziation' added to wscript by Ilya Moiseenko · 13 years ago
  16. 2a5df20 Finalizing packet serialization. Set boost requirement (module will not be compiled without boost) by Alexander Afanasyev · 13 years ago
  17. c74a602 First steps in CCNx packet coding. ccnx_encode* routines rewritten in NS3 style (using NS3::Buffer) by Alexander Afanasyev · 13 years ago
  18. 45b92d4 More progress on CCNx stack. Now we have helpers. Everything compiles, but not yet working by Alexander Afanasyev · 13 years ago
  19. 2536e20 Moving apps back to apps/ folder. Finally worked out the problem with headers by Alexander Afanasyev · 13 years ago
  20. 8a677dd Initial routines for ContentObjectHeader. Another round of moving files around by Alexander Afanasyev · 13 years ago
  21. c166cd3 python binding bug is fixed by Ilya Moiseenko · 13 years ago
  22. 8c7784a Rename ccn/*.c to ccn/*.cc by Alexander Afanasyev · 13 years ago
  23. 3a6ea5c New InterestHeader implementation (with a fake serialization for now) by Alexander Afanasyev · 13 years ago
  24. 02fb706 autogenerated bindings and prototype of traffic sink by Ilya Moiseenko · 13 years ago
  25. 404c079 Compiles, but almost everything is commented out. by Alexander Afanasyev · 13 years ago
  26. 43e7025 Small source movements (ccn_* to ccn/). Small change of NameBuilder implementation by Alexander Afanasyev · 13 years ago
  27. b085f74 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  28. 6b997c5 Adding emacs header-lines and copyright notices by Alexander Afanasyev · 13 years ago
  29. 42b4924 simple Interest Generator was added by Ilya Moiseenko · 13 years ago
  30. 1f60383 NameBuilder for more convenient CCNx name construction by Ilya Moiseenko · 13 years ago
  31. 08a98a4 InterestPacket, ContentPacket, Face classes added by Ilya Moiseenko · 13 years ago
  32. 54a6bba settings for external dependency to OpenSSL by Ilya Moiseenko · 13 years ago
  33. 1762af7 Module template now builds into ns-3 by Ilya Moiseenko · 13 years ago