jit.net.send
Description
Use jit.net.send to send matrices and messages over a network connection to an instance of jit.net.recv.
Examples

Matrix Operator
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
---|
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.recv server.
host [symbol]
The domain name to form a connection with (default = localhost)
ip [symbol]
The IP address to form a connection with (default = 127.0.0.1, the local loopback)
latency [float]
An estimate of the time between a matrix being input to the jit.net.send object and being output from the corresponding jit.net.recv.
nagle [int]
Toggles the use of Nagle's algorithm flag (default is 0/off). Improves network efficiency for small packet sizes, though at the possible expense of latency.
port [int]
The port to use when creating the connection (default = 7474)
report [int]
Toggles the report connected flag (default is 1/on). When enabled, the jit.net.recv object will report connection information out the dumpout outlet.
Common Box Attributes
Messages
int
float
list
anything
Arguments
See Also
Name | Description |
---|---|
Working with Video in Jitter | Working with Video in Jitter |
jit.broadcast | |
jit.net.recv | |
jit.qt.broadcast | |
Tutorial 52: Jitter Networking | Tutorial 52: Jitter Networking |