commit | a149775a7a367f2b618e0dde5362fdde349811db | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jan 10 01:17:19 2015 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sat Jan 10 01:17:19 2015 -0800 |
tree | 0556d2ed9a943f97493313417f1790ad1a427ad1 | |
parent | 460f57c4cfef060f9bf20f5226880242e7b50add [diff] |
docs: Extend list of research papers that use ndnSIM Two of the papers are already listed on ndnsim website, but were not included in the source code repository. Change-Id: I3dfb2ce2ea8f5fc8aaa8887f9c7b3b1d5ddc20a0
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.