commit | 16622538a1330981a6293bf4a1b515b3839c4d85 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Sat Jul 18 20:29:46 2015 -0700 |
committer | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Sun Jul 19 19:40:06 2015 -0700 |
tree | dbe3ae016bf329242f88fc68e422d7960e12cb78 | |
parent | db6023031795d0d612f3e5c01ead33362d8bf7c3 [diff] |
tests: Fixing occasional failure of the ndn-net-device unit test Change-Id: I471023fc23ffaebe04d9668426b4c1b03e4974ae Refs: #3059
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)
Packet format changed to NDN-TLV
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.