Clone this repo:
  1. 593ac19 Move to using infoconv to modify NFD configuration file by awlane · 6 weeks ago master
  2. a43c241 Suppress unnecessary error messages in NFDC createFace for face-updated by awlane · 7 weeks ago
  3. dbbb356 Fix assumed default NFD socket path and add argument for socket path by awlane · 4 months ago
  4. 9665f5c update ndnsec commands by suraviregmi · 6 months ago
  5. af975e5 Update dummy keychain patch to avoid potential segfaults by awlane · 7 months 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/ 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.