commit | 00f3839cb2c85540f0d628a13e79ee3977402534 | [log] [tgz] |
---|---|---|
author | Eric Newberry <enewberry@cs.arizona.edu> | Wed Nov 01 15:21:35 2017 -0700 |
committer | Eric Newberry <enewberry@cs.arizona.edu> | Wed Nov 01 15:22:48 2017 -0700 |
tree | f4c61ff10b4b7158035f1e9c6ac52bd36e1fd6ff | |
parent | 17be058a807e09bcbf93a7948b906be6c2d25d55 [diff] |
build: allow Jenkins to specify number of waf build jobs Change-Id: Idb58cdf572ab6a240300c9febbb2cfe9638e8233
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.