lysdexic-audio / o2

Communication protocol that extends Open Sound Control

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

o2

O2 is a communication protocol and implementation for music systems that aims to replace Open Sound Control (OSC). Many computer musicians routinely deal with problems of interconnection in local area networks, unreliable message delivery, and clock synchronization. O2 solves these problems, offering named services, automatic network address discovery, clock synchronization, and a reliable message delivery option, as well as interoperability with existing OSC libraries and applications. Aside from these new features, O2 owes much of its design to OSC and is mostly compatible with and similar to OSC. O2 addresses the problems of inter-process communication with a minimum of complexity.

O2 is currently undergoing major changes to support asynchronous sends. Please look for a released version -- these work and have been used fairly extensively. Do not try to use the most recent (head) version from the repository.

O2 web pages with documentation

About

Communication protocol that extends Open Sound Control

License:MIT License


Languages

Language:C 95.5%Language:CMake 2.0%Language:Shell 1.2%Language:Python 0.9%Language:C++ 0.3%Language:HTML 0.0%Language:Objective-C 0.0%