hosc-0.5: Haskell Open Sound Control

Sound.OpenSoundControl.Transport.UDP

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.