Release 2.8

- The submodules of NFD and ndn-cxx have been upgraded to version
  0.7.0.

    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.

- With the underlying NFD/ndn-cxx upgrade, ndnSIM now operates with
  NDN Packet format version 0.3.

- Base NS-3 was rebased to version 3.30.1

- Add Loop-Free In-port Dependent (LFID) route calculation that
  provides a set of loop-free paths (4985)

- Fix wrong behaviour of default Size in ConsumerWindow

- Remove legacy content store implementation. Use content store
  replacement/placement policies implemented using NFD routines.
Prepare release 2.8

Change-Id: I98c36a7763387cd27df88713e68035dff222b187
10 files changed
tree: f25f63a04e938919001c34693e07e3de4435db7b
  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.md
  17. COPYING.md
  18. ndn-all.hpp
  19. README.md
  20. 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.