commit | 47a60926b7ad60bd0aed8b2b2070b9f7d69ff535 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Sat Jan 10 19:40:11 2015 -0800 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Sun Jan 11 17:03:51 2015 -0800 |
tree | fc901d3dde680ddaf2fae0f9ea9bda8b8e7723c5 | |
parent | a149775a7a367f2b618e0dde5362fdde349811db [diff] |
docs: Correction of name spelling Change-Id: I6f916eb822a59e980e8fb1134886c3431755119b
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.