Hi All,
I am attempting to connect to a Linux machine over a WebSocket. The Linux host supports WebSocket communication and is directly connected to my machine via Ethernet.
I am using the URL ws://localhost:9001, but I receive an "invalid handshake" error. A screenshot of the error is attached
.
Could you spot what could be wrong? I tried URL ‘http://<IP address of linux machine>’ but still the same error.
PS: I am using the Websocket example project provided with labview. And because my machine is client and linux machine is server, I am using client vi to establish connection.
Thanks in advance for the support.
The websocket library I am using is from MediaMongrels.