Clone this repo:
  1. 749b07a apps: Remove gpsd as dependency in favor of manual installation by awlane · 10 days ago master
  2. 8516386 apps: Reverse default shutdown order for applications managed by Mini-NDN by awlane · 10 days ago
  3. 739fc73 app: attempt SIGTERM for stop by Varun Patil · 3 weeks ago
  4. b95d194 apps: Add GPSD app. by matianxing1992 · 3 weeks ago
  5. c02f5c3 Allow logfile parameter to be set to optional for Application object. by awlane · 12 days ago

Mini-NDN

If you are new to the NDN community of software generally, read the Contributor's Guide.

What is Mini-NDN?

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.

Documentation

Please refer to http://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.