Have questions? Stuck? Please check our FAQ for some common questions and answers.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This section describes the Device subsystem, including the OpenFlow provider.

Overview

The Device subsystem is responsible for discovering and tracking the devices that comprise the network, and for enabling operators and applications to control them. Most of ONOS's core subsystems rely on the the Device and Port model objects created and managed by this subsystem.

The Device subsystem follows the architecture described in System Components, with a DeviceManager capable of interfacing with multiple DeviceProviders, each with support of their own network protocol libraries or means to interface with the network. 

  • No labels