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