commit | f8bf3f4c4c6f0ee38a285a7933d676ceba90ccdb | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Mon Aug 10 17:15:39 2015 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Fri Aug 14 22:29:22 2015 -0700 |
tree | a682cf631def22aff178459f0827a1b974b3b3bd | |
parent | 465f641003abdd50b09e40f1ca334e72de6c2bff [diff] |
docs: Replacing git:// with https:// in all the clone commands Change-Id: I471023fc23ffaebe04d9668426b4c1b03e423a21
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.