commit | 8a03a5ff5a4a3ba3914a627ccf25fdd2bf6b7120 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Feb 17 12:27:57 2019 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Fri Feb 21 15:00:49 2020 -0500 |
tree | 8c3ff2c116e53d2a03a3f9743e89a0b6e906d315 | |
parent | cf8ffd495a51fc9a1fecc9ee20b4a5a82dcbd850 [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.