commit | 99ab82e8ce9a5b600183078ce417e154f52c058f | [log] [tgz] |
---|---|---|
author | spirosmastorakis <spiros.mastorakis@gmail.com> | Wed Oct 19 20:32:59 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Nov 10 11:39:51 2016 -0800 |
tree | 3be08a9a36f8958dc6807a3c5bae9c5826c5f206 | |
parent | c3d4bd29f57cc60caa2e8a43e165b3b07e9328a5 [diff] |
tests: Adding unit-test to ensure that NCC strategy works in the case of detached PIT entries Change-Id: I3c26f66cd3417c9f00b3fc9ac9ae465a5067941a
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:
Packet format changed to NDN Packet Specification
ndnSIM uses implementation of basic NDN primitives from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
Based on version 0.4.1
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Based on version 0.4.1-1-g704430c
Allows simulation of real applications written against ndn-cxx library
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.