A newer version of Max is available. Click here to access the latest version of this document.

jit.net.recv

Receive matrices from a jit.net.send object via TCP/IP

Description

Use jit.net.recv to output matrices and messages sent over a network connection by jit.net.send.

Matrix Operator

matrix inputs:0, matrix outputs:1
Name IOProc Planelink Typelink Dimlink Plane Dim Type
out n/a 1 1 1 1 1 char long float32 float64

Information for Jitter Matrix Operator (MOP) messages and attributes to this object

Messages

getmatrix Retrieves the next incoming matrix. This message is only useful when used in conjunction with Javascript, Java, and C.
getmessage Retrieves the next incoming message. This message is only useful when used in conjunction with Javascript, Java, and C.

Attributes

Name Type g/s Description
connected int Whether or not the object is currently connected to a jit.net.send client.
ip symbol The IP address to monitor for incoming connections (default = ANY)
port int The port to monitor for incoming connections (default = 7474)

Information for box attributes common to all objects

Examples

See Also

Name Description
jit.broadcast Broadcast video using RTSP
jit.net.send Send matrices to a jit.net.recv object via TCP/IP
jit.qt.broadcast Broadcast video using RTSP (Macintosh only)
Tutorial 52: Jitter Networking Tutorial 52: Jitter Networking