commit | d6453cdf027a765989ece34f6187023ebeeeca36 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 20 21:45:36 2015 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 21 19:46:36 2015 -0700 |
tree | 08b30466c613b2e1295ff4c7b154676ef287a7de | |
parent | f8bf3f4c4c6f0ee38a285a7933d676ceba90ccdb [diff] |
model+apps+utils+examples+ci+docs: Update code for changes in ns-2.23 - Replace removed RandomVariable with RandomVariableStream - Replace deprecated usages of AddTraceSource - Update changed LogComponent interface ci: This commit also integrates a script for Jenkins and Travis CI to clone NS-3 and pybindgen repositories, so the code can be built. docs: Update to reflect new home of ndnSIM and related sources Change-Id: Ic14e1269bf15366b0041fd670c577053b6704dc7 Refs: #3122, #3123
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.