commit | 91018738bdee32ecfa6648a5af2708567ead2444 | [log] [tgz] |
---|---|---|
author | Xuxiang Tian <xuxiangtian01@gmail.com> | Wed Aug 17 16:24:47 2016 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Sep 11 11:42:40 2016 -0700 |
tree | 07455cf0e41bcbbe7ef1fbe5b2baef999307a0bc | |
parent | 325c2533aac4507780ce4c42c3b21d63c36e9e95 [diff] |
model: Change NetDeviceFace into NetDeviceLinkService to match NFD 0.4+ Face model ndnSIM (for now) intentionally uses LinkService instead of Transport for optimization purposes and in order to preserve ns3::Packet Tags. This may be fixed in the future when there is a different mechanism to propagate ns3 Tags or Tags are no longer necessary. Change-Id: I2aeef8f37d587374a1c9fe04386e33b6fde83fe0 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.