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. fa3b3d3 Small modification of car2car example by Alexander Afanasyev · 12 years ago
  2. 34a177c Merge remote-tracking branch 'git.irl/car2car' by Alexander Afanasyev · 12 years ago
  3. eaba157 Adding simple highway mobility model by Alexander Afanasyev · 12 years ago
  4. bab81b1 Adding option to disable NACKs by Alexander Afanasyev · 12 years ago
  5. a3295ab Change the LOG type of CcnxConsumer and CcnxProducer by Lucas · 12 years ago
  6. 42e131e Repair bug with CcnxTraceHelper causing SEGFAULT by Alexander Afanasyev · 12 years ago
  7. 18750bb Adding highway-mobility + CCNx scenario (vanet-ccnx.cc) by Alexander Afanasyev · 12 years ago
  8. 03d92e4 Rescanned bindings by Alexander Afanasyev · 12 years ago
  9. 0b4f0e7 Ignoring some files by Lucas · 12 years ago
  10. 64b8536 Add car2car-wifi scenario by Lucas · 12 years ago
  11. 7e71c75 Adding IPv4 rate tracer by Alexander Afanasyev · 13 years ago
  12. ed78b63 New scenario to see details of reaction on congestion. Small change in AnnotatedTopologyReader API by Alexander Afanasyev · 13 years ago
  13. 1180b04 Commenting out RTT increase on NACK. This part should be redesigned!!! by Alexander Afanasyev · 13 years ago
  14. 812f7ab Adding one more scenario to compute shortest paths after failure by Alexander Afanasyev · 13 years ago
  15. 1ec705f Adding initial code to implement limited (by time) retransmission in CcnxConsumer by Alexander Afanasyev · 13 years ago
  16. b8f5139 Don't double RTO on timeout (only for NACKs) by Alexander Afanasyev · 13 years ago
  17. 3d0c2e0 Reducing retx checking in CcnxConsumer to every 50ms by Alexander Afanasyev · 13 years ago
  18. f410daf Making progress report only every 5 seconds by Alexander Afanasyev · 13 years ago
  19. 1e9348f CcnxConsumer doubles timeout upon NACK and Timout by Alexander Afanasyev · 13 years ago
  20. 6c67838 Finalizing LinkFailure scenario by Alexander Afanasyev · 13 years ago
  21. e0e5bd1 Repair bug with sequence number timeouts. There was access to a data field after erasing... by Alexander Afanasyev · 13 years ago
  22. 3661e23 Adding face metric (along with the total prefix/interface cost) information when printing CcnxFibEntries by Alexander Afanasyev · 13 years ago
  23. ef05655 OSPF metric bug in BaseExperiment. Moving ApplyOSPFMetric to the right place by Alexander Afanasyev · 13 years ago
  24. 17acc11 Removing hijacker app. Hijacking is implemented now by changing face states by Alexander Afanasyev · 13 years ago
  25. 8e0d281 Moving around path weight tagging. Now CcnxFace owns metric field, which is used for tagging. by Alexander Afanasyev · 13 years ago
  26. 3f1c8b0 Repair bug with broken non-p2p-based CcnxNetDeviceFaces (when limits enabled) by Alexander Afanasyev · 13 years ago
  27. 6bff0df Finalizing PathWeight tracing by Alexander Afanasyev · 13 years ago
  28. e9c9d72 Change in CcnxApp API. Now callbacks also contain pointer of original by Alexander Afanasyev · 13 years ago
  29. 9f75815 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 13 years ago
  30. 1a8be03 path stretch support by Ilya Moiseenko · 13 years ago
  31. b7ad232 One more change in Consumer API. Now there are more consumers and they by Alexander Afanasyev · 13 years ago
  32. 94cebd0 CcnxConsumerCbr now is really CBR (no randomization). by Alexander Afanasyev · 13 years ago
  33. 2c069b9 shortest path calculation added by Ilya Moiseenko · 13 years ago
  34. 4d66de5 Repair critical bug in CcnxConsumer. Due to accidental commenting out a by Alexander Afanasyev · 13 years ago
  35. b762684 Update of BlackholeSprint scenario. Extending CcnxStackHelper API by Alexander Afanasyev · 13 years ago
  36. 1067197 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 13 years ago
  37. 2063c88 link failure and blackhole scenarios seem to work by Ilya Moiseenko · 13 years ago
  38. ad9e8ab annotated topology reader small fix by Ilya Moiseenko · 13 years ago
  39. 098dd76 hijacker application added by Ilya Moiseenko · 13 years ago
  40. 06b42ec Enabling TCP window tracing (there is a trick to do it with by Alexander Afanasyev · 13 years ago
  41. e4c2ece Tracing window size in CcnxConsumerWindow by Alexander Afanasyev · 13 years ago
  42. e1a065d Removing legacy examples. Moving test application to `test' folder by Alexander Afanasyev · 13 years ago
  43. f9d8fbe Combining NDN and TCP scenarios in congestion-pop.cc (to make sure by Alexander Afanasyev · 13 years ago
  44. 10db8f4 Temporarily comment out broken scenario by Alexander Afanasyev · 13 years ago
  45. 94f2350 Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  46. 359bfb7 Implementing window-based CCNx consumer. Adding RTO estimation. by Alexander Afanasyev · 13 years ago
  47. 98a7cfc Merge remote-tracking branch 'git.irl/master' by Ilya Moiseenko · 13 years ago
  48. 1a3164d forgot wscript by Ilya Moiseenko · 13 years ago
  49. 46bdc7c 4 scenarios by Ilya Moiseenko · 13 years ago
  50. 029d38d Creating a pure virtual class CcnxConsumer. CcnxConsumerCbr now by Alexander Afanasyev · 13 years ago
  51. 33d6231 Reserve bandwidth for backward-direction interests by Alexander Afanasyev · 13 years ago
  52. 8dcfa5d Commenting out unused variable by Alexander Afanasyev · 13 years ago
  53. 8080940 Merge remote-tracking branch 'git.irl/ilya' by Alexander Afanasyev · 13 years ago
  54. c4f8828 Correcting GlobalRouting lookups. Adding Ipv4SeqsAppTracer by Alexander Afanasyev · 13 years ago
  55. 36d5c2a Temp commit by Alexander Afanasyev · 13 years ago
  56. 1d2642a Congestion for Sprint-POP scenario (half-working) by Alexander Afanasyev · 13 years ago
  57. 956d054 documentation by Ilya Moiseenko · 13 years ago
  58. 8d11fcc Making optimized version to compile by Alexander Afanasyev · 13 years ago
  59. 332add0 documentation by Ilya Moiseenko · 13 years ago
  60. e93ee43 documentation by Ilya Moiseenko · 13 years ago
  61. 3183b5a Adding sequence number tracer by Alexander Afanasyev · 13 years ago
  62. b3e4b85 Separating ccnx-tracers into separate files. by Alexander Afanasyev · 13 years ago
  63. c86c283 Rate recorder trace helper by Alexander Afanasyev · 13 years ago
  64. 5beb35a Modifying SpringMobilityModel to make all nodes readjust after even one by Alexander Afanasyev · 13 years ago
  65. 011b859 Implementing Poisson Process for consumer requests (exponential distribution for inter-arrival times) by Alexander Afanasyev · 13 years ago
  66. 4975f73 Slight API change. Now there is only one CcnxAppHelper that can create all CcnxApps by Alexander Afanasyev · 13 years ago
  67. 120bf31 When giving up PIT entry, remove all outgoing interests. Otherwise, by Alexander Afanasyev · 13 years ago
  68. 8f5a9bb Rescanned bindings. Slight change in input format for AnnotatedTopology by Alexander Afanasyev · 13 years ago
  69. 141d131 Implementing CcnxTraceHelper (only aggregate traces for now) by Alexander Afanasyev · 13 years ago
  70. c9dc5d9 Merge remote-tracking branch 'git.irl/Ilya' by Alexander Afanasyev · 13 years ago
  71. f8fd590 Adding example of how to do tracing by Alexander Afanasyev · 13 years ago
  72. f377b33 Update of tracing by Alexander Afanasyev · 13 years ago
  73. 6f5e8fa Synthetic topology by Ilya Moiseenko · 13 years ago
  74. 53872ce Rescanned bindings by Alexander Afanasyev · 13 years ago
  75. a845f72 Uncommenting important code that was commented before by Alexander Afanasyev · 13 years ago
  76. cbe92ae All CCNx faces are now available through FaceList object attribute by Alexander Afanasyev · 13 years ago
  77. bdc0d98 Enabling app-layer tracing by Alexander Afanasyev · 13 years ago
  78. f9f4eb0 Resolve compilation issues (more accurate with headers) by Alexander Afanasyev · 13 years ago
  79. 9ad10af Merge remote-tracking branch 'git.irl/master' by Alexander Afanasyev · 13 years ago
  80. 781ea81 Modified CcnxConsumer: retransmission after NACK or default timeout by Alexander Afanasyev · 13 years ago
  81. d76f4aa Repair bug in CcnxPit regarding timed out records pruning (sequential by Alexander Afanasyev · 13 years ago
  82. 816de83 Tracing by Ilya Moiseenko · 13 years ago
  83. 7dbdcaf Adding SpringMobilityModel to adjust positions of nodes in large topologies by Alexander Afanasyev · 13 years ago
  84. ae3b7c3 Simplified and unified implementation of RocketfuelWeightReader by Alexander Afanasyev · 13 years ago
  85. dd3eeec Correcting 32bit version of python bindings (just copy of 64bit version) by Alexander Afanasyev · 13 years ago
  86. aa032ea Restore modulegen__gcc_ILP32.py by Alexander Afanasyev · 13 years ago
  87. a174aa5 Repair regression in CcnxFib. by Alexander Afanasyev · 13 years ago
  88. 0782718 Correcting python bindings (+ rescan) by Alexander Afanasyev · 13 years ago
  89. 66e6fd7 Processing the original format of Abilene topology file by Alexander Afanasyev · 13 years ago
  90. 0777f1c Merge remote-tracking branch 'git.irl/Ilya' by Alexander Afanasyev · 13 years ago
  91. 91b496a Visualization for abilene by Ilya Moiseenko · 13 years ago
  92. 4a5c2c1 Implementing notion of default routes (useful for Flooding scenarios) by Alexander Afanasyev · 13 years ago
  93. 8633d5d An update for AnnotatedTopologyReader and examples that use this reader by Alexander Afanasyev · 13 years ago
  94. 7e14efa Annotated topology reader now reads coordinates by Ilya Moiseenko · 13 years ago
  95. 09ac899 Sprint Reader now reads latencies from a separate file by Ilya Moiseenko · 13 years ago
  96. 3406f3e Correction of examples to reflect latest changes in CcnxStackHelper API by Alexander Afanasyev · 13 years ago
  97. 09374c0 Merge remote-tracking branch 'git.irl/Ilya' by Alexander Afanasyev · 13 years ago
  98. 58d2667 Abilene and sprint topologies by Ilya Moiseenko · 13 years ago
  99. 23d2b54 Repair two critical bug with Interest/NACK processing by Alexander Afanasyev · 13 years ago
  100. 0a61c34 Several fixes in forwarding strategies and NACK processing by Alexander Afanasyev · 13 years ago