commit | 8fde22b8eeb3230ddc3aa95b6f1f7254f891b131 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Aug 19 23:12:44 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Sep 01 17:07:18 2015 -0700 |
tree | 5838f04e0c42241f6ec339f5c8aaa422153939f3 | |
parent | 5b4c4677d090c168d9e985666a621181d31772b1 [diff] |
model+NFD/rib: Enable full-featured RIB manager Change-Id: I033b29ed3cbcc1a98b7eae759792c832668253ee Refs: #2370
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.