commit | 34eed980510fbbe3d2af9d03c163d19129bc383f | [log] [tgz] |
---|---|---|
author | spirosmastorakis <spiros.mastorakis@gmail.com> | Wed Nov 02 15:20:50 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Nov 10 11:40:47 2016 -0800 |
tree | c84c94a1d558228faaa407e54a45bdc50a02393f | |
parent | 99ab82e8ce9a5b600183078ce417e154f52c058f [diff] |
helper+model: Create helper to select the replacement policy of NFD's CS Change-Id: I10933b5c96fd95bc395a1d08642a1e07e826dc45 Refs: #3837
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.