Developing Software-Defined Networks with ONOS controller
ONOS and OpenDaylight are two SDN controllers developed by many enterprises as a collaboration under the Linux Foundation. Developed in Java, both are modular, developed with Apache Karaf OSGi controller.
Getting ready
First, you need to download ONOS to your computer:
$ wget https://downloads.onosproject.org/release/onos-1.10.2.zip
You may also download other versions from https://wiki.onosproject.org/display/ONOS/Downloads.
Extract the ZIP into the /opt
directory:
$ unzip https://downloads.onosproject.org/release/onos-1.10.2.zip
Rename the extracted folder to onos
and go to the onos/bin
directory:
$ mv onos-1.10.2 onos$ cd onos/bin
Now, start ONOS:
./onos-service start __ __ ____ / //_/____ __________ _/ __/ / ,< / __ `/ ___/ __ `/ /_ / /| |/ /_/ / / / /_/ / __/ /_/ |_|\__,_/_/ \__,_/_/ Apache Karaf (3.0.3)Hit '<tab>' for a list of available commands...