Modified Vagrantfile to remove sudo from the installation process

Included -a option to encapsulate -emfrti to install all dependencies

Change-Id: Ief864f4c7c69a80cfc47fc1ef195a2842c11011d
refs: #4423, #4404
3 files changed
tree: 436d1dcc0f0e78ee22f666bfa37125002be16c1c
  1. bin/
  2. docs/
  3. ndn/
  4. ndn_utils/
  5. .gitignore
  6. AUTHORS.md
  7. COPYING.md
  8. INSTALL.md
  9. install.sh
  10. README.md
  11. setup.py
  12. Vagrantfile
README.md

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 Mini-CCNx which is a fork of 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.

Documentation