Monday, 30 September 2013

Sharing a TCP data stream

Sharing a TCP data stream

I receive a data stream from an sensor by connecting to a TCP port. The
data is currently being written to a database, but now I need to make the
same data stream available to another application for real time
monitoring. The sensor will only allow a single connection so I cannot
establish another connection for the 2nd application. Does anyone know of
an application that can proxy a TCP connection for multiple sources.

No comments:

Post a Comment