TCPInput¶
Receive data stream from inbound TCP connection.
This node receives numeric data as a multi-channel stream in an easy-to-parse text format, with customizable value and sample separators. This node acts as a TCP server and will listen for connections from a remote TCP client. More Info... Version 1.0.0
Ports/Properties¶
data¶
Data received.
listen_port¶
TCP port number on which this receiver is listening for connections.
channel_separator¶
Separating character or string that delimits individual channel values. The output will be a character stream where channel values are separated by this character.
sample_separator¶
Separating character or string that delimits multi-channel samples. The output will be a character stream where channel values are separated by this character.
sampling_rate¶
Nominal sampling rate of the data stream.
set_breakpoint¶
Set a breakpoint on this node. If this is enabled, your debugger (if one is attached) will trigger a breakpoint.
metadata¶
User-definable meta-data associated with the node. Usually reserved for technical purposes.