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