commit | fcd734f2509713788d862fda202de0e9f9a9266a | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Feb 17 12:27:57 2019 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Thu May 05 15:59:42 2022 -0400 |
tree | a2983be9282ccf7bbdd85722143e0adfd920317c | |
parent | 9ee770bdcd4f26ab596ce1a336237e237383e9bc [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.
We greatly appreciate contributions to the ndn-cxx code base. If you are new to the NDN software community, please read 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.