commit | a1d135b3eca511068d5cfe123c574d1d2bfa98b3 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Thu Aug 20 20:24:59 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Mon Aug 24 13:31:51 2015 -0700 |
tree | 6873749cd05e22eecf626345ddcc64dc51f89201 | |
parent | b2526b584667bfc02544668b85af519516e4e78b [diff] |
NFD+ci+docs: Attaching NFD as a submodule Based on NFD:commit:27be0b0d41235609bee703f4f2ef9e5b1978fdce (version 0.2.0-74-g27be0b0) Change-Id: I7f9117b226aa244e257375f7f4c045dc9c4cd897 Refs: #3124
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.