commit | dbbb356d73620f26a2744e9c98bb4ed80d591a21 | [log] [tgz] |
---|---|---|
author | awlane <awlane@memphis.edu> | Thu Jan 11 19:34:13 2024 -0600 |
committer | awlane <awlane@memphis.edu> | Thu Jan 11 19:55:55 2024 -0600 |
tree | c5af17edf9344c9cdf0f5b3a78559df2269aa733 | |
parent | 9665f5c9c1dd6f55f9c456c51e68959f9a33d5af [diff] |
Fix assumed default NFD socket path and add argument for socket path Note that by default this commit will not work with NFD versions earlier than 4c95771. In cases where this is required, an optional argument is added to the Nfd class to change from the default. Refs #5309 Change-Id: I70a43902dfbaf9a15c074fbac39b15d3db754f1d
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
.