Versions Compared

Key

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

This VM for this tutorial has not yet been shipped. It will be soon. Stay tuned.

 

Welcome to the Distributed ONOS Tutorial. 

In this tutorial, you will learn to write a distributed ONOS application. The application you will be writing is called BYON (Build Your Own Network). This tutorial will teach you how to implement an ONOS service, an ONOS store (both trivial and distributed) and how to use parts of the CLI and Northbound API. First, you will start with a single instance implementation which will be fully functional. After this, you will implement a distributed implementation of the service. The idea here will be for you to see how simple transitioning from a trivial single instance implementation to a distributed implementation is. Believe it or not, most of your code does not change. (smile)

...