commit | 6c86e30f63b36a5949dc5717d8b53e13a71b66ae | [log] [tgz] |
---|---|---|
author | Ashlesh Gawande <agawande@memphis.edu> | Tue Sep 17 22:27:05 2019 -0500 |
committer | Ashlesh Gawande <agawande@memphis.edu> | Thu Dec 05 15:13:01 2019 -0600 |
tree | c852739e4deaa337fd6880df1dda4b0b733bb3c6 | |
parent | 8ae870a5910288ba8d62c7ed8529bc32934f8aa2 [diff] |
**breaking** mini-ndn: re-design refs: #5062 Everything is now done through examples like Mininet. bin/minindn no longer provided as a binary installed in the system bin/minindnedit GUI: will no longer be maintained Remove cluster edition, will be re-introduced later Change-Id: Id4ef137cb2a04d1b0dd24d01941757363bbf7d26
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.md. 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:
./install.sh -d
and is available under docs/_build/html
.