commit | 8a6152fe3decb2debc17b6fcd5d00ca07345316e | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Feb 17 12:27:57 2019 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Sat Jul 27 17:33:29 2019 -0400 |
tree | a4d66615527f9ff874d5497beaf7e5e73afa5f14 | |
parent | 0d748af32fd701b0d4fb6088a472f336790ee6f9 [diff] |
[ndnSIM] util: Redirecting the scheduler of ndn-cxx to the scheduler of NS3 Compared to change in previous versions of ndnSIM, this commit includes much less intrusive changes to the ndn-cxx scheduler, using ns3::Scheduler only to scheduler a timer event (instead of boost timer event). Change-Id: Ie5b2cfe58a4da6d80f9843c922f9983ce332b33f Refs: #4509
ndn-cxx is a C++14 library implementing Named Data Networking (NDN) primitives that can be used to write various NDN applications. The library is currently being used by the following projects:
See docs/INSTALL.rst
for compilation and installation instructions.
Extensive documentation is available on the library's homepage.
Please submit any bugs or feature requests to the ndn-cxx issue tracker.
You're encouraged to contribute to ndn-cxx! Check out the Contributor's Guide to get started.
ndn-cxx is an open source project licensed under the LGPL version 3. See COPYING.md
for more information.