I try to stream video data to the server to control 100 ws2812 leds.
I tried to work with 1byte for each pixel, so the current limitations do not disturb.
But i get no stable connection. Always if i send between 25 and 60 messages i get:
WebSocket is already in CLOSING or CLOSED state.
Would be really good so solve this problem first ;) If i couldn't get a reliable connection, i can't use that websocket implementation...
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I try to stream video data to the server to control 100 ws2812 leds.
I tried to work with 1byte for each pixel, so the current limitations do not disturb.
But i get no stable connection. Always if i send between 25 and 60 messages i get:
Would be really good so solve this problem first ;) If i couldn't get a reliable connection, i can't use that websocket implementation...
Please have a look at it. Thanks.