commit | 24a849d22936eab849634af89812df5d18db461c | [log] [tgz] |
---|---|---|
author | Yuanzhi Gao <billmaxwell@ucla.edu> | Sat May 16 14:32:27 2015 -0700 |
committer | Alex Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jun 09 13:26:01 2015 -0700 |
tree | 2501a2f7cce534164182b8e61f1e89fef5c01073 | |
parent | dc63d4a4abb51187efcbbe985a3f7d0638bd71f3 [diff] |
helper: Add remove route function in fib helper Change-Id: I9f20ceb75f305bc2850751cadb2b1cb766dca6e1 Refs: #2358
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.