The tcpipClient block tries to connect to the
server on local TCP port 27015. Once the client connects, the
client sends data to the server and receives any data send back
from the server. The client then closes the socket and exits.
There is test server provided that echos the received data back to the client.