commit | edd777fdfcadcc7e2a07f68c82bfa97f14338335 | [log] [tgz] |
---|---|---|
author | dhensley6691 <dhensley6691@gmail.com> | Tue Dec 06 14:24:19 2022 -0600 |
committer | Dylan Hensley <dhensley6691@gmail.com> | Tue Dec 13 17:22:36 2022 +0000 |
tree | 90082e22fdd003cbb25a57999f4c76ea105eaa50 | |
parent | dc05e3ce905b876c74b8f673d9bad481d7ae8958 [diff] |
Add an argument returnConvergenceInfo to checkConvergence which returns detailed information when convergence fails. Adds returnConvergenceInfo as an argument to checkConvergence which returns a dictionary of nodes detailing which prefixes were missing from each node. Argument defaults to false to ensure backwards compatibility with pre-existing experiment code. Refs: #5236 Change-Id: Ia690d50b42f849deee755098248e91a428b8af19
If you are new to the NDN community of software generally, read the Contributor's Guide.
Mini-NDN is a lightweight networking emulation tool that enables testing, experimentation, and research on the NDN platform based on Mininet. Mini-NDN uses the NDN libraries, NFD, NLSR, and tools released by the NDN project to emulate an NDN network on a single system.
Mini-NDN is open and free software licensed under the GPL 3.0 license. Mini-NDN is free to all users and developers. For more information about licensing details and limitations, please refer to COPYING.md.
The first release of Mini-NDN is developed by members of the NSF-sponsored NDN project team. Mini-NDN is open to contribution from the public. For more details, please refer to AUTHORS.rst. Bug reports and feedback are highly appreciated and can be made through our Redmine site and the mini-ndn mailing list.
Please refer to http://minindn.memphis.edu/ or docs/index.rst for installation, usage, and other documentation. The documentation can be built using:
./docs/build.sh
and is available under docs/_build/html
.