commit | 50ea1a3fbaaec187338749bd6124bc28f7ac30e9 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 08 15:44:08 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Sep 11 11:42:41 2016 -0700 |
tree | 260881c7438f807d43e15128fdf444ec81a7a969 | |
parent | c018a561d0f74f64cdfca01cccde0718f7dfb968 [diff] |
apps+examples: Adjust Face creation and Face operations for NFD 0.4+ model Change-Id: Ib0fb0f49a550c77a9bd94729cdf6fb3b11d1e8ab Refs: #3560
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.