hosc-0.14: Haskell Open Sound Control

Safe HaskellNone

Sound.OSC.Transport.FD.TCP

Description

OSC over TCP implementation.

Synopsis

Documentation

data TCP Source

The TCP transport handle data type.

Constructors

TCP 

Fields

tcpHandle :: Handle
 

Instances

openTCP :: String -> Int -> IO TCPSource

Make a TCP connection.

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

A trivial TCP OSC server.