Hi,
I was wondering if anyone had implemented Websockets on a CSI logger before. I have noticed that the new built in web server uses websockets but was thinking it would be great if it could also act as a client and connect to a WebSocket Server?
Cheers
Ryan
The logger can support websockets as a client if the user is CRBasic programming savy. Using TCPOpen() and serial in and out instructions, a user could program the logger to work like a websockets client. The tools are all there in CRBasic to do this. There just isn't a simple single instruction to do websockets at this time in the current logger operating systems.
Thanks Gary, I thought that might have been the case.
Cheers
Ryan