Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

WebSockets


ryan42 Nov 14, 2017 12:08 AM

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


GaryTRoberts Nov 19, 2017 03:38 PM

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.


ryan42 Nov 19, 2017 09:28 PM

Thanks Gary, I thought that might have been the case. 

Cheers
Ryan

Log in or register to post/reply in the forum.