commit | db6023031795d0d612f3e5c01ead33362d8bf7c3 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Tue Jul 14 21:04:39 2015 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jul 14 22:41:24 2015 -0700 |
tree | 27f574936d9ab4963de0d246d03f3a50679fe735 | |
parent | dd516fe9ed73992d2f253a53fc5b21523c99a72a [diff] |
apps: Fixing typo in ns3::ndn::Producer Change-Id: Id66b7c4b93ddd95d90d2137a2e5e315ae8e79ca2 Refs: #2731
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.