LicenseRef-GPL licensed by Rohan Drape, Stefan Kersten
Maintained by [email protected]
This version can be pinned in stack with:hosc-0.15@sha256:4a2c6b7196deb0f9fc53ba498f3a9207c2e4f8b92fa45156ed44c82827eaa66b,3166

hosc implements a subset of the Open Sound Control byte protocol, http://opensoundcontrol.org/.

Sound.OSC.Core implements the actual protocol.

Sound.OSC.Transport.FD implements a file descriptor based transport layer for UDP and TCP.

Sound.OSC.Transport.Monad implements a monadic interface to the FD transport layer.

Composite modules are at Sound.OSC and Sound.OSC.FD.