commit | d616c8e9a4185717c41d4f434edc5a3f5d201f1a | [log] [tgz] |
---|---|---|
author | Xinyu Ma <bitmxy@gmail.com> | Tue Apr 24 13:42:57 2018 +0900 |
committer | Xinyu Ma <bitmxy@gmail.com> | Sat Apr 28 00:35:56 2018 +0900 |
tree | a31a1ad6913fa02a30f3f7bf56297236ee94c010 | |
parent | e674a014406b90393555538adea72895577a30e2 [diff] |
examples: Use the cs of NFD Change-Id: I6864b52b6b9c44e590b3f6cfcd46754c8c1251c9 Signed-off-by: Xinyu Ma <bitmxy@gmail.com>
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.6.0
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Based on version 0.6.0
Allows simulation of real applications written against ndn-cxx library
Requires a modified version of NS-3 based on version ns-3.27-22-g90fb309d5
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.