NB5 Docs► Reference Section► Drivers▼ tcpclient 🖺

tcpclient

tcpclient acts like a client push version of stdout over TCP

The tcpclient driver is based on the behavior of the stdout driver. You configure the tcpclient driver in exactly the same way as the stdout driver, except for the additional parameters shown here.

The tcpclient driver connects to a configured host and port (a socket address). When a server is listening on that socket, then the data for each cycle is written via the socket just like stdout would write.

Examples

Run a stdout activity named 'stdout-test', with definitions from activities/stdout-test.yaml

... driver=tcpclient yaml=stdout-test

Driver Parameters

Statement Format

Refer to the help for the stdout driver for details.