Release 2.5

- The submodules of NFD and ndn-cxx have been upgraded to version 0.6.1
  (Issue #4514).

    NOTE: In order to retrieve the marked versions of ndn-cxx and NFD,
          use --recursive option to the git clone command or run git
          submodule update --init after clone, pull, or merge.

Improvements and bug fixes

- Fix memory leak related to canceling events scheduled via ndn-cxx's
  Scheduler interface adapted for NS-3 (Issue #4509).

- Fix compilation failure with boost >= 1.66 (Issue #4471).

- Updates of the ndnSIM documentation.
Prepare release 2.5

Change-Id: I21ba76eabc317a4638227b27bc51e6330d5ad210
3 files changed
tree: 882e05f2a0a6026bab121d638e4426ed617662a9
  1. .jenkins.d/
  2. .waf-tools/
  3. apps/
  4. bindings/
  5. docs/
  6. examples/
  7. helper/
  8. model/
  9. tests/
  10. utils/
  11. .clang-format
  12. .gitignore
  13. .gitmodules
  14. .jenkins
  15. .travis.yml
  16. AUTHORS
  17. COPYING.md
  18. ndn-all.hpp
  19. README.md
  20. VERSION
  21. wscript
README.md

ndnSIM

Build Status

A new release of NS-3 based Named Data Networking (NDN) simulator went through extensive refactoring and rewriting. The key new features of the new version:

ndnSIM documentation

For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/ folder.