TCP Client

With this patch you can connect to a TCP server. Specify a host and a domain and connect your data to send to bytes. The received data is available on the output “Bytes”.

Inputs

  • Host (String)
  • Port (Number between 1 and 65535)
  • Bytes (Data)

Outputs

  • Connected (Number, Bool)
  • Bytes (Data)