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