commit | f8a0a464d1c5b3f17f3e5fc9ea6494bf078a086b | [log] [tgz] |
---|---|---|
author | awlane <awlane@memphis.edu> | Fri May 30 12:49:17 2025 -0500 |
committer | awlane <awlane@memphis.edu> | Fri Jun 13 15:09:21 2025 -0500 |
tree | 2017d4b3d73b6fb32d35fc3858d258fe858da762 | |
parent | 1cec233b58bf25b7b8b9b979b39a9f0699c2ca08 [diff] |
Add ability to supply infoedit commands to NFD/NLSR wrappers Rather than add all configurations as parameters or force users to adjust configuration at runtime, allow for supplying arbitrary infoedit commands. We supply the selection, put, and delete commands, as it's unclear how useful replace is with this API. Based on code by Kate Hensley. Refs #5252 Change-Id: Ieace06744ebca8c4721dba6e6b9678e14184c42a
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 free and open source software distributed under the GNU General Public License version 3. 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. 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.
Mini-NDN is open to contribution from the public. If you are new to the NDN software community and intend to contribute to the codebase, please read our Contributor's Guide.
Please refer to https://minindn.memphis.edu/ for installation, usage, and other documentation. The documentation can also be built locally using:
./docs/build.sh
and is available under docs/_build/html
.