Hi
I have an application that communicates using tcp with a device. I would like to send this communication through NR so that I can capture the response from the device to use the information.
I have started with a tcp in node that listens on the required port from the application and I can see a buffer of data coming from the application, this then is sent to a tcp response node that is connected to the device ip and port. The debug nodes show the arriving information and I think there is a reply from the device out of the response node, but how do I send this back to the application?
Advice would be appreciated