package frenetic

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Given an OXMODULE module, build an Ox controller that, listens on port 6633 for messages from OpenFlow-enabled switches. Messages and network events are passed to the appropriate OXMODULE callbacks.

Parameters

Signature

val start : unit -> unit

start is called to start the Ox controller. Note that execution will not be transfered back to the calling thread.