Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Mininet is a container orchestration system for network emulation. With Mininet and onos.py, you can easily start up an ONOS cluster in a single VM.

Getting Mininet

In order to use onos.py, you need Mininet. It's easy to install Mininet on Ubuntu from a package:

apt-get install mininet

or from source:

git clone http://github.com/mininet/mininet
mininet/util/install.sh -nfv

...