Skip to content

opensecuritycontroller/sdn-controller-api

Repository files navigation

SDN Controller API

Build Status

This project defines the interfaces in the Open Source Controller (OSC) SDN Plugin SDK. This SDK defines the functionality OSC expects from an SDN controller. OSC communicates with the SDN controller through these interfaces to implement traffic redirection and notify the SDN layer of network changes.

To learn more, see the SDN Controller Plugin documentation.

Building the SDN Plugin SDK

mvn clean install

OSC Documentation

Check out OSC's Documentation for more information including getting started with OSC, OSC tutorials, and OSC plugins.

Contributing to OSC

Are you interested in contributing to OSC? Visit OSC's Community to learn more.