Versions Compared

Key

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

Table of Contents

Info

SPRING-OPEN is not built on the latest version of ONOS (Avocet). It is built on the previous (internal) release of ONOS (Sept 2014). The source code for this project is available from the url below. To try out the prototype, you will need this version of ONOS, and you will also need the CLI that works with this version of the controller. For the switches, you have the choice of using software or hardware routers. The software routers are built from a version of the CPqD OF 1.3 software switch. The hardware routers are built with Dell 4810 switches.

To get started we recommend downloading the pre-built VM from the link below. This VM has the specific version of ONOS, the specific CLI, and the specific version of the CPqD OF1.3 software switch required for this project. It also includes the Mininet network emulator required to run the software switches in a network topology of your choice.

If you do not wish to use this pre-built VM, you can download from source, and follow the installation directions below.

SPRING-OPEN

Download the SPRING-OPEN source code using github.

...

Code Block
languagetext
cd ~/spring-open
mvn clean
mvn complie

 

Controller-CLI

 

Download a basic functioning build environment plus a few build-time dependencies. 

...