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

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

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

Example:

See Also:
jit.broadcast, jit.net.send, jit.qt.broadcast