looking to see if anybody knows a way to steam data coming in to a Blysem interface to a specific TCP socket. Example i have process data coming into my interface and would like to send that data to another system to process and they would like to see the raw data on 192.168.x.x socket 4972? any thoughts
Best throughts for steaming: boil some water and suspend the network cable above the boiling water...
But now serious: my first idea would be to create a little application that listens on the TCP port, and sends all incoming data to the other port.
In addition i assume you still want to send the data to the Blysem interface, thus you would want to stream the data to a second port where the Blysem iterface is listening at. I don't know any details on the Blysem interface, thus there might be some issues if the protocol has any communication between the PI Interface and the Blysem system.
Hope this helps.