Versions Compared

Key

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

...

Chances are you're already using Mininet, so it's nice to be able to start an ONOS cluster using Mininet itself without installing or configuring additional software.

onos.py parametrizes both the control network (ONOS cluster) and the data network; so it's easy to iterate over multiple cluster sizes and network topologies.

We also hope that using onos.py will make ONOS development easier and more fun.

Getting Mininet

In order to useĀ onos.py, you need Mininet. It's easy to install Mininet from source in an Ubuntu VM or server:

...