commit | 387843039ad34f2350d00ba63aa1c061502a6913 | [log] [tgz] |
---|---|---|
author | Klaus Schneider <klaus@cs.arizona.edu> | Sat Aug 31 18:26:36 2019 -0700 |
committer | Klaus Schneider <klaus@cs.arizona.edu> | Wed Oct 02 21:57:07 2019 -0700 |
tree | a6707f486df9dc758d651fa55f3890ddbce31f85 | |
parent | 6c53c75d547ac6bf3b73946ce2b1b7a471644396 [diff] |
helper: Add LFID route calculation Loop-Free In-port Dependent (LFID) route calculation provides a set of loop-free paths. Basically porting the existing code from https://github.com/schneiderklaus/ndnSIM-routing Refs: #4985 Change-Id: I1ab25e729851cf2233c3b99be715ba0159cca0c7
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:
ndnSIM uses implementation of basic NDN primitives from ndn-cxx library (NDN C++ library with eXperimental eXtensions)
Based on version 0.6.5
All NDN forwarding and management is implemented directly using source code of Named Data Networking Forwarding Daemon (NFD)
Based on version 0.6.5
Allows simulation of real applications written against ndn-cxx library
Requires a modified version of NS-3 based on version ns-3.29
For more information, including downloading and compilation instruction, please refer to http://ndnsim.net or documentation in docs/
folder.