Release 2.4

- The submodules of NFD and ndn-cxx have been upgraded to version
  0.6.0 (4306).

- Upgrade the base NS-3 version to ns-3.27-22-g90fb309d5 (Issue 4311).

    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.

    NOTE: To set the maximum size of the used queue when porting
          already implemented scenarios to ndnSIM 2.4, the
          QueueBase::MaxPackets attribute has to be set instead of
          DropTailQueue::MaxPackets.

    NOTE: ndnSIM 2.4 requires the following minimal compiler
          requirements:
            - g++-4.9 or later (Note: this is an upgraded requirement
              from ndnSIM 2.3)
            - Apple LLVM version 7.0.2 or later
            - clang-3.3 or later.

Improvements and bug fixes

- Internal refactoring of dummy keychain to work with security v2 of
  ndn-cxx (Issue 4306)

- Updates of the ndnSIM documentation and Technical Report (Issues
  4039, 4213)
  - Added page about community contributions to the simulator.
  - CS tracer documentation update.
Prepare release 2.4

Change-Id: I11fa76eabc327a4638627b27bc51e6330d5ad210
1 file changed
tree: 7d7eb617666d96117459f9e3363ee9dc557d8b1f
  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.