Packages

Open Source Control Application

Current section

Files

Jump to
erlang_osc README.md
Raw

README.md

erlang-osc
==========
This is an implementation of the Open Sound Control (OSC) protocol written
in Erlang.
For more information about OSC, see http://www.opensoundcontrol.org/
This is a rebarized version of the library found here: https://github.com/mujaheed/erlang-osc/
Use
---
Compile:
rebar3 compile
Test:
rebar3 eunit