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. 8dcfa5d Commenting out unused variable by Alexander Afanasyev · 13 years ago
  2. 8080940 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 13 years ago
  3. c4f8828 Correcting GlobalRouting lookups. Adding Ipv4SeqsAppTracer by Alexander Afanasyev · 13 years ago
  4. 36d5c2a Temp commit by Alexander Afanasyev · 13 years ago
  5. 956d054 documentation by Ilya Moiseenko · 13 years ago
  6. e93ee43 documentation by Ilya Moiseenko · 13 years ago
  7. 3183b5a Adding sequence number tracer by Alexander Afanasyev · 13 years ago
  8. b3e4b85 Separating ccnx-tracers into separate files. by Alexander Afanasyev · 13 years ago
  9. 011b859 Implementing Poisson Process for consumer requests (exponential distribution for inter-arrival times) by Alexander Afanasyev · 13 years ago
  10. 4975f73 Slight API change. Now there is only one CcnxAppHelper that can create all CcnxApps by Alexander Afanasyev · 13 years ago
  11. 120bf31 When giving up PIT entry, remove all outgoing interests. Otherwise, by Alexander Afanasyev · 13 years ago
  12. 8f5a9bb Rescanned bindings. Slight change in input format for AnnotatedTopology by Alexander Afanasyev · 13 years ago
  13. a845f72 Uncommenting important code that was commented before by Alexander Afanasyev · 13 years ago
  14. cbe92ae All CCNx faces are now available through FaceList object attribute by Alexander Afanasyev · 13 years ago
  15. bdc0d98 Enabling app-layer tracing by Alexander Afanasyev · 13 years ago
  16. f9f4eb0 Resolve compilation issues (more accurate with headers) by Alexander Afanasyev · 13 years ago
  17. 781ea81 Modified CcnxConsumer: retransmission after NACK or default timeout by Alexander Afanasyev · 13 years ago
  18. 4a5c2c1 Implementing notion of default routes (useful for Flooding scenarios) by Alexander Afanasyev · 13 years ago
  19. c39f0b4 Finalizing interest limits. Now everything seem to work. by Alexander Afanasyev · 13 years ago
  20. 19426ef Making everything compile. Now everything seems to work, but more by Alexander Afanasyev · 13 years ago
  21. 09c7deb Modification of CcnxFace interface and unification of CCNx applications via common CcnxApp class by Alexander Afanasyev · 13 years ago
  22. a46844b Correcting bugs with cleaning timeouts in PIT/RIT/ContentStore by Alexander Afanasyev · 13 years ago
  23. d02a5d6 Adding several corrections. Most important is fixing regression in ccnb-parser-block.cc by Alexander Afanasyev · 13 years ago
  24. 82b8eea ccnx-grid example corrections by Ilya Moiseenko · 13 years ago
  25. b62c740 GetPrefix was added to Producer app by Ilya Moiseenko · 13 years ago
  26. 0605d26 Nonce generation bug fixed in Consumer app by Ilya Moiseenko · 13 years ago
  27. e4aae55 small fix of Consumer Application by Ilya Moiseenko · 13 years ago
  28. c5a23e2 Many corrections to face/local-face/net-device-face/fib/pit. Now by Alexander Afanasyev · 13 years ago
  29. 78cf0c9 NDN layer now knows how to process ContentObject packets by Alexander Afanasyev · 13 years ago
  30. 152cf11 Small updates to reflect changes in CcnxNameComponents by Alexander Afanasyev · 13 years ago
  31. 24d2166 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  32. 8196d2e Consumer and producer applications by Ilya Moiseenko · 13 years ago
  33. 7fd74f9 Implementing first approximation of FIB by Alexander Afanasyev · 13 years ago
  34. d26e682 file and header renaming by Ilya Moiseenko · 13 years ago
  35. 946b87b CcnxInterestSender and its helper fixes by Ilya Moiseenko · 13 years ago
  36. 2bd1bc3 Refactoring of Name::Components into CcnxNameComponents by Ilya Moiseenko · 13 years ago
  37. c706f26 Ccnx-interest-sender, not complete yet by Ilya Moiseenko · 13 years ago
  38. 45b92d4 More progress on CCNx stack. Now we have helpers. Everything compiles, but not yet working by Alexander Afanasyev · 13 years ago
  39. 2536e20 Moving apps back to apps/ folder. Finally worked out the problem with headers by Alexander Afanasyev · 13 years ago
  40. 8a677dd Initial routines for ContentObjectHeader. Another round of moving files around by Alexander Afanasyev · 13 years ago
  41. c166cd3 python binding bug is fixed by Ilya Moiseenko · 13 years ago
  42. 3a6ea5c New InterestHeader implementation (with a fake serialization for now) by Alexander Afanasyev · 13 years ago
  43. 02fb706 autogenerated bindings and prototype of traffic sink by Ilya Moiseenko · 13 years ago
  44. 404c079 Compiles, but almost everything is commented out. by Alexander Afanasyev · 13 years ago