hosc-0.6: Haskell Open Sound Control

Sound.OpenSoundControl.Transport.UDP

Description

OSC over UDP implementation.

Synopsis

Documentation

data UDP Source

The UDP transport handle data type.

Instances

openUDP :: String -> Int -> IO UDPSource

Make a UDP connection.

udpServer :: String -> Int -> IO UDPSource

Trivial udp server.