Versions Compared

Key

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

...

In order to use onos.py, you need Mininet.

If you are running Ubuntu 16.04, you can easily install Mininet 2.2 (and bridge-utils for LinuxBridge) using apt-get:

apt-get install mininet bridge-utils

It's also easy to install Mininet from source in an Ubuntu VM or server:

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

(recommended options: -n: install core Mininet dependencies; -v: install Open vSwitch; -f: install legacy Stanford 1.0 user switch and controller; -w: install wireshark and OpenFlow wireshark dissector)

You can also download a pre-built Mininet VM.

If you are running Ubuntu 16.04, you can easily install Mininet 2.2 (and bridge-utils for LinuxBridge) using apt-get:

...

Make sure you are running Mininet version 2.2.1 or later:

...