Hi there,
I’m attempting to use the TCP nodes in a fairly mundane manner. I have a TCP server on an external device. I would like to connect to it, send it a message, be able to get the response, send another message, etc. Essentially it’s a telnet server that requires login and therefore I need the sender and receiver TCP nodes to use the same TCP socket otherwise you cannot authenticate. The endpoint device does not send an initial message on connection. Can I do that with the existing TCP nodes?
-Mitch