commit | b2526b584667bfc02544668b85af519516e4e78b | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 20 17:47:26 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 21 19:46:49 2015 -0700 |
tree | 4dbeb52f9c4acaa70f051edd34840c04baf62a18 | |
parent | d6453cdf027a765989ece34f6187023ebeeeca36 [diff] |
NFD: Remove directly imported NFD codebase (Breaks compilation) Change-Id: I0828bb4093602712231c1aeb277668709909c602 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.