commit | 8ec67b0682a9e220490d580ff473c5a341a53fa5 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Feb 17 12:27:57 2019 -0500 |
committer | Alexander Afanasyev <aa@cs.fiu.edu> | Sun Feb 17 19:25:53 2019 -0500 |
tree | 20d01506084b0ad5a948e42c945d3175c9b84918 | |
parent | b72360faeed901daee24c6ff8df5918e225f702e [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++ library, implementing Named Data Networking (NDN) primitives that can be used to implement various NDN applications. The library is currently being used as part of the following projects:
See the file docs/INSTALL.rst
for build and install instructions.
Please submit any bugs or issues to the ndn-cxx issue tracker: https://redmine.named-data.net/projects/ndn-cxx/issues
Extensive documentation of the library is available on the library's homepage: http://www.named-data.net/doc/ndn-cxx/
If you are new to the NDN community of software generally, read the Contributor's Guide.
ndn-cxx is an open source project licensed under LGPL 3.0 license. For more information about the license, refer to COPYING.md
.