OSC.jl

Welcome to the OSC.jl documentation.

OSC.jl is a pure Julia implementation of the Open Sound Control format. The aim of this library is to provide full OSC 1.1 spec support and convenient APIs for its use.

Features

  • message generation
  • message parsing
  • bundle generation
  • bundle parsing
  • address matching
  • UDP server with address-based dispatching
  • UDP client
  • all OSC 1.0 types except [ and ] which is in TODOs
  • OSC 1.1 // path operator

Development State

The project is in early development and almost certainly still contains bugs. As such, contributions and feature suggestions are greatly encouraged.