commit | 2a3aefb16ac4e42a20ce102fb413fc5ec6742328 | [log] [tgz] |
---|---|---|
author | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Fri Jan 06 18:56:10 2017 -0800 |
committer | Spyridon Mastorakis <spiros.mastorakis@gmail.com> | Wed Jan 11 13:15:24 2017 -0800 |
tree | 6e65fd6add5e2be9d8eb197b20b5c345b314961a | |
parent | b1592bcf76725c8b9cc038c8c08c0089622c2553 [diff] |
docs: adding ndnSIM best practices section Change-Id: I57afb3386cce700251bdfd6b53f00b22eafdf1bc
A new release of NS-3 based Named Data Networking (NDN) simulator went through extensive refactoring and rewriting. The key new features of the new version:
Packet format changed to NDN Packet Specification
ndnSIM uses implementation of basic NDN primitives from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
Based on version 0.4.1
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Based on version 0.4.1-1-g704430c
Allows simulation of real applications written against ndn-cxx library
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.