hosc-0.6: Haskell Open Sound Control

Sound.OpenSoundControl.Transport.TCP

Description

OSC over TCP implementation.

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.