ccchart
ccchart copied to clipboard
How to connect to own websocket and draw 16bit binary data array?
This is great chart for websocket to show realtime data. I don't know hot to customize getting binary array data from my websocket and draw chart (e.g. 10 series line). Thanks
hi Is it the type of WebSocket, for example?
var wss= new WebSocket('wss://example.com:8082'); wss.binaryType = 'arraybuffer'; //or 'blob'
Hi, yes I am using https://github.com/Links2004/arduinoWebSockets I get binary date array e.g length is 128 bytes.