commit | c018a561d0f74f64cdfca01cccde0718f7dfb968 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Sep 08 16:27:31 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Sep 11 11:42:41 2016 -0700 |
tree | ccc4ec95b4ba7032ad59862fff92a2c691b148b6 | |
parent | ca3c67e4f63cdefe9a83adb7638890bddbb00afc [diff] |
model+apps: Replace AppFace with AppFaceModel and relevant changes in ndn::App Change-Id: I59faedaadf9d054ae22d813a4ce41f1f30b9321c 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.