Bug fix on ndnpingclient and experiment script

Mininet host object is passed as a prefix from experiment
to ndnpingclient, string replacement operation on the
prefix fails at the client which crashes the Mini-NDN

Change-Id: I36c1f9e2e455321d8c650fd9711088b7e5ef2b22
4 files changed
tree: 8d2b9c844e59b1ca318d7d1e3f00094657764928
  1. docs/
  2. examples/
  3. minindn/
  4. topologies/
  5. util/
  6. .gitignore
  7. AUTHORS.rst
  8. COPYING.md
  9. install.sh
  10. README.md
  11. requirements.txt
  12. setup.py
  13. 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 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

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.