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. dd4c35a Rename patch by Alexander Afanasyev · 12 years ago
  2. ac46d45 Adding --enable-ndn-plugins option to waf by Alexander Afanasyev · 12 years ago
  3. 463fe22 Correcting default route (regression) by Alexander Afanasyev · 12 years ago
  4. 864522f Adding necessary patches to run NDN module by Alexander Afanasyev · 12 years ago
  5. ad5acce Rescanned python bindings by Alexander Afanasyev · 12 years ago
  6. a391830 Moving forgotten ccnx-trace-helper.h file to a new right place by Alexander Afanasyev · 12 years ago
  7. 4c13bbb Adding patch to enable PathStretch trace to tracers plugin by Alexander Afanasyev · 12 years ago
  8. de7601a Commening out PathStretch trace-related code (will be available as a patch in plugins/ folder) by Alexander Afanasyev · 12 years ago
  9. c1e33eb Moving helper components to the plugins/ folder. Disabling compilation of these components by Alexander Afanasyev · 12 years ago
  10. 9a517db Don't retransmit interests within 100ms by Alexander Afanasyev · 12 years ago
  11. d459ec3 Repair serious bug with caching (wrong packet was sent from cache) by Alexander Afanasyev · 12 years ago
  12. 7f3e49e For duplicate interests keep incoming face !!! Need more thinking by Alexander Afanasyev · 12 years ago
  13. ff8c5d6 Several important corrections. Adding option to delay data at every node (random from 0.1 to 2 ms) by Alexander Afanasyev · 12 years ago
  14. 1aeaf92 BUG. (need more corrections) Don't remove PIT if interests has not been by Alexander Afanasyev · 12 years ago
  15. 4756b89 Rescanned python bindings by Alexander Afanasyev · 12 years ago
  16. e275cf8 Making CcnxContentObjectHeader and CcnxInterestHeader to be inherited by Alexander Afanasyev · 12 years ago
  17. d859979 Changing example CcnxGrid to use CcnxGlobalRouting by Alexander Afanasyev · 12 years ago
  18. 06d3a61 Small extension of CcnxGlobalRoutingHelper. Removing some old examples by Alexander Afanasyev · 12 years ago
  19. ce81014 Rescanned bindings to reflect latest rebase of ns-3-base by Alexander Afanasyev · 12 years ago
  20. 161a5c4 Small file reorganization (moving CCNx-unrelated stuff out of model/) by Alexander Afanasyev · 12 years ago
  21. 89e3832 Removing Ipv4GlobalRouting* files (not necessary anymore) by Alexander Afanasyev · 12 years ago
  22. 8e2f112 Finalizing BGL-implementation of ccnx global routing controller. Also, several extensions in CcnxFib by Alexander Afanasyev · 12 years ago
  23. a5abcd9 BGL implementation for ccnx global routing seems to work. Need more debugging by Alexander Afanasyev · 12 years ago
  24. ad3757f Initial support for route calculations with Boost.Graph library (BGL) by Alexander Afanasyev · 12 years ago
  25. ee217df Bug. For some reason lookup in PIT (for content objects) wasn't longest prefix match. Corrected by Alexander Afanasyev · 12 years ago
  26. e192a2a ! Changing suppression logic. We will send interests to faces from which we previously received interests by Alexander Afanasyev · 12 years ago
  27. 15f9299 Moving TraceSources from CcnxProducer/Consumer to CcnxApp by Alexander Afanasyev · 12 years ago
  28. bed7569 Important change to FloodingStrategy: by default it will perform by Alexander Afanasyev · 12 years ago
  29. 9568f95 Adding support for Timestamp and Freshness in ContentObject by Alexander Afanasyev · 12 years ago
  30. 4e97094 Small change in Interest suppression logic by Alexander Afanasyev · 13 years ago
  31. a95b739 Adding PIT printout capability by Alexander Afanasyev · 13 years ago
  32. 6f93353 Rescan python bindings to reflect latest changes in NS-3-DEV by Alexander Afanasyev · 13 years ago
  33. a514d63 Adding slightly more complicated tutorial example by Alexander Afanasyev · 13 years ago
  34. 082dbca Disabling NACKs by default by Alexander Afanasyev · 13 years ago
  35. f04d451 Adding a simple tutorial example by Alexander Afanasyev · 13 years ago
  36. f2e0da1 Removing irrelevant examples by Alexander Afanasyev · 13 years ago
  37. 2188a25 Changes to example, enabling randomization for CcnxConsumerCbr by Alexander Afanasyev · 13 years ago NDN-TR-0002
  38. 59e6771 Extending CcnxConsumerCbr class. Now it supports option to randomize sending time (uniform or exponential distribution). by Alexander Afanasyev · 13 years ago
  39. de00999 Adding options to enable caching of unsolicited (e.g., overheard over broadcast media) data packets by Alexander Afanasyev · 13 years ago
  40. fa3b3d3 Small modification of car2car example by Alexander Afanasyev · 13 years ago
  41. 34a177c Merge remote-tracking branch 'git.irl/car2car' by Alexander Afanasyev · 13 years ago
  42. eaba157 Adding simple highway mobility model by Alexander Afanasyev · 13 years ago
  43. bab81b1 Adding option to disable NACKs by Alexander Afanasyev · 13 years ago
  44. a3295ab Change the LOG type of CcnxConsumer and CcnxProducer by Lucas · 13 years ago
  45. 42e131e Repair bug with CcnxTraceHelper causing SEGFAULT by Alexander Afanasyev · 13 years ago
  46. 18750bb Adding highway-mobility + CCNx scenario (vanet-ccnx.cc) by Alexander Afanasyev · 13 years ago
  47. 03d92e4 Rescanned bindings by Alexander Afanasyev · 13 years ago
  48. 0b4f0e7 Ignoring some files by Lucas · 13 years ago
  49. 64b8536 Add car2car-wifi scenario by Lucas · 13 years ago
  50. 7e71c75 Adding IPv4 rate tracer by Alexander Afanasyev · 13 years ago
  51. ed78b63 New scenario to see details of reaction on congestion. Small change in AnnotatedTopologyReader API by Alexander Afanasyev · 13 years ago
  52. 1180b04 Commenting out RTT increase on NACK. This part should be redesigned!!! by Alexander Afanasyev · 13 years ago
  53. 812f7ab Adding one more scenario to compute shortest paths after failure by Alexander Afanasyev · 13 years ago
  54. 1ec705f Adding initial code to implement limited (by time) retransmission in CcnxConsumer by Alexander Afanasyev · 13 years ago
  55. b8f5139 Don't double RTO on timeout (only for NACKs) by Alexander Afanasyev · 13 years ago
  56. 3d0c2e0 Reducing retx checking in CcnxConsumer to every 50ms by Alexander Afanasyev · 13 years ago
  57. f410daf Making progress report only every 5 seconds by Alexander Afanasyev · 13 years ago
  58. 1e9348f CcnxConsumer doubles timeout upon NACK and Timout by Alexander Afanasyev · 13 years ago
  59. 6c67838 Finalizing LinkFailure scenario by Alexander Afanasyev · 13 years ago
  60. e0e5bd1 Repair bug with sequence number timeouts. There was access to a data field after erasing... by Alexander Afanasyev · 13 years ago
  61. 3661e23 Adding face metric (along with the total prefix/interface cost) information when printing CcnxFibEntries by Alexander Afanasyev · 13 years ago
  62. ef05655 OSPF metric bug in BaseExperiment. Moving ApplyOSPFMetric to the right place by Alexander Afanasyev · 13 years ago
  63. 17acc11 Removing hijacker app. Hijacking is implemented now by changing face states by Alexander Afanasyev · 13 years ago
  64. 8e0d281 Moving around path weight tagging. Now CcnxFace owns metric field, which is used for tagging. by Alexander Afanasyev · 13 years ago
  65. 3f1c8b0 Repair bug with broken non-p2p-based CcnxNetDeviceFaces (when limits enabled) by Alexander Afanasyev · 13 years ago
  66. 6bff0df Finalizing PathWeight tracing by Alexander Afanasyev · 13 years ago
  67. e9c9d72 Change in CcnxApp API. Now callbacks also contain pointer of original by Alexander Afanasyev · 13 years ago
  68. 9f75815 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 13 years ago
  69. 1a8be03 path stretch support by Ilya Moiseenko · 13 years ago
  70. b7ad232 One more change in Consumer API. Now there are more consumers and they by Alexander Afanasyev · 13 years ago
  71. 94cebd0 CcnxConsumerCbr now is really CBR (no randomization). by Alexander Afanasyev · 13 years ago
  72. 2c069b9 shortest path calculation added by Ilya Moiseenko · 13 years ago
  73. 4d66de5 Repair critical bug in CcnxConsumer. Due to accidental commenting out a by Alexander Afanasyev · 13 years ago
  74. b762684 Update of BlackholeSprint scenario. Extending CcnxStackHelper API by Alexander Afanasyev · 13 years ago
  75. 1067197 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 13 years ago
  76. 2063c88 link failure and blackhole scenarios seem to work by Ilya Moiseenko · 13 years ago
  77. ad9e8ab annotated topology reader small fix by Ilya Moiseenko · 13 years ago
  78. 098dd76 hijacker application added by Ilya Moiseenko · 13 years ago
  79. 06b42ec Enabling TCP window tracing (there is a trick to do it with by Alexander Afanasyev · 13 years ago
  80. e4c2ece Tracing window size in CcnxConsumerWindow by Alexander Afanasyev · 13 years ago
  81. e1a065d Removing legacy examples. Moving test application to `test' folder by Alexander Afanasyev · 13 years ago
  82. f9d8fbe Combining NDN and TCP scenarios in congestion-pop.cc (to make sure by Alexander Afanasyev · 13 years ago
  83. 10db8f4 Temporarily comment out broken scenario by Alexander Afanasyev · 13 years ago
  84. 94f2350 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  85. 359bfb7 Implementing window-based CCNx consumer. Adding RTO estimation. by Alexander Afanasyev · 13 years ago
  86. 98a7cfc Merge remote-tracking branch 'git.irl/master' by Ilya Moiseenko · 13 years ago
  87. 1a3164d forgot wscript by Ilya Moiseenko · 13 years ago
  88. 46bdc7c 4 scenarios by Ilya Moiseenko · 13 years ago
  89. 029d38d Creating a pure virtual class CcnxConsumer. CcnxConsumerCbr now by Alexander Afanasyev · 13 years ago
  90. 33d6231 Reserve bandwidth for backward-direction interests by Alexander Afanasyev · 13 years ago
  91. 8dcfa5d Commenting out unused variable by Alexander Afanasyev · 13 years ago
  92. 8080940 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 13 years ago
  93. c4f8828 Correcting GlobalRouting lookups. Adding Ipv4SeqsAppTracer by Alexander Afanasyev · 13 years ago
  94. 36d5c2a Temp commit by Alexander Afanasyev · 13 years ago
  95. 1d2642a Congestion for Sprint-POP scenario (half-working) by Alexander Afanasyev · 13 years ago
  96. 956d054 documentation by Ilya Moiseenko · 13 years ago
  97. 8d11fcc Making optimized version to compile by Alexander Afanasyev · 13 years ago
  98. 332add0 documentation by Ilya Moiseenko · 13 years ago
  99. e93ee43 documentation by Ilya Moiseenko · 13 years ago
  100. 3183b5a Adding sequence number tracer by Alexander Afanasyev · 13 years ago