package osc

  1. Overview
  2. Docs

Type of modules which can be used to create an OSC library, via the Osc.Transport.Make functor.

module Io : sig ... end
type sockaddr

A generic socket type.

module Client : sig ... end

Types and functions for handling clients for this type of transport.

module Server : sig ... end

Types and functions for handling servers for this type of transport.