Versions Compared

Key

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

...

  1. First you need to build and run ONOS. The developer guide and this how-to screencast is a good starting point to build and run ONOS locally on your development machine. 

    Info
    titleBuild using Maven

    Important! We are transitioning our build system from Maven to BUCK. Most of ONOS 1.6 modules can be build using BUCK exepct expect for the bmv2 modules which are built using Maven. Be sure to build ONOS using the following command:

    $ mvn clean install 

bmv2.py Mininet script

  • Sample commands to run a network of bmv2 devices connected to ONOS
  • Usage with onos.py

...