commit | c3c7f041280d38ebe6c4de0d38b1b059c6d430e3 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 21 11:38:00 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 01 17:00:01 2015 -0700 |
tree | c8b90bd7e0277f90011d2c2535c1626031a9ea31 | |
parent | f542c0bd530a60bd00a653ab25fcb13dfd48b161 [diff] |
NFD+model+apps+helper+tests: Upgrade NFD and related changes Based on NFD:commit:2fc649bfc67b93b4191cfbee5bcd70330bfb48f0 (version 0.3.4) Change-Id: I89f5182600467171797af4f8f83e1edffe14ad95 Refs: #3125
ndnSIM 2.0 is a new release of NS-3 based Named Data Networking (NDN) simulator that went through extensive refactoring and rewriting. The key new features of the new version:
ndnSIM no longer re-implements basic NDN primitives and directly uses implementation from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Packet format changed to NDN-TLV
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.