hosc-0.11.1: Haskell Open Sound Control

Safe HaskellNone

Sound.OpenSoundControl.Transport.TCP

Description

OSC over TCP implementation.

Synopsis

Documentation

data TCP Source

The TCP transport handle data type.

Constructors

TCP 

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.