TcpIp client connecting to server and send-receive binary data on same socket

Hi,

I want to create in NodeRed a TcpIp client who connects to a TcpIp server at a specific address, port, sends data (so far I made one using Inject and TcpIp out node),
and now the tricky part: I wish to receive on the same socket data from TcpIp server (and display it)
Any help is gratefully appreciated
:slight_smile:

Use the TCP request node instead.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.