hosc-0.5: Haskell Open Sound Control

Sound.OpenSoundControl.Transport.TCP

Synopsis

Documentation

data TCP Source

The TCP transport handle data type.

Instances

openTCP :: String -> Int -> IO TCPSource

Make a TCP connection.

tcpServer :: Int -> (TCP -> IO ()) -> IO ()Source

A trivial TCP OSC server.