commit | 047b92cf30e11a11ad4dbc0fa016a100e8e38b18 | [log] [tgz] |
---|---|---|
author | Varun Patil <varunpatil@ucla.edu> | Fri Oct 14 12:02:51 2022 -0700 |
committer | Varun Patil <varunpatil@ucla.edu> | Mon Oct 31 09:21:31 2022 -0700 |
tree | 35e477097988611d339b9881b8899b4b4d2c8c52 | |
parent | aad8dbea8729eeecbbf72420b777a7d5d2c4d67d [diff] |
docker: use source install and prune image Using source over PPA seems appropriate since MiniNDN is used primarily for experimentation. Other fixes: * Let MiniNDN install mininet. * Switch to Ubuntu 22.04 * Fix incorrect pruning of layers Change-Id: Id5e52756929fbe3a40597c738ca81989ffb2c075 Signed-off-by: Varun Patil <varunpatil@ucla.edu>
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:
./docs/build.sh
and is available under docs/_build/html
.