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

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 |
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP Messages
Attributes
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)
Common Box Attributes
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.
See Also
Name | Description |
---|---|
Working with Video in Jitter | Working with Video in Jitter |
jit.broadcast | |
jit.net.send | |
jit.qt.broadcast | |
Tutorial 52: Jitter Networking | Tutorial 52: Jitter Networking |