Is there a way to peek (reading without removing) a tcp connection in Labview? If yes, how?
Is there a way to use the full TCP functionalities including 'TCP urgent bytes'? If yes, how?
We need both of this funtionalities in
our high performance client-server environment where most of the
clients and the servers (C-Apps) are running on Linux computers.
The GUI-Clients (LabVIEW) must run on Windows and Linux computers. The
Servers are indicating events (e.g. new Data Point available) by
sending 'TCP urgent bytes'. The GUI Clients must run with the same LV
code on both systems (WIN and Linux).