hosc-0.10.1: Haskell Open Sound Control
Sound.OpenSoundControl.Transport.TCP
Description
OSC over TCP implementation.
Synopsis
data TCP Source
The TCP transport handle data type.
Constructors
Fields
Instances
openTCP' :: Coder -> String -> Int -> IO TCPSource
Make a TCP connection using specified coder.
tcpServer' :: Coder -> Int -> (TCP -> IO ()) -> IO ()Source
A trivial TCP OSC server using specified coder.