Files
WLED/wled00/data
Damian Schneider 4973fd5a39 Adding DDP over WS, moving duplicate WS-connection to common.js (#4997)
- Enabling DDP over WebSocket: this allows for UI or html tools to stream data to the LEDs much faster than through the JSON API.
- first byte of data array is used to determine protocol for future use
- Moved the duplicate function to establish a WS connection from the live-view htm files to common.js
- add better safety check for DDP: prevent OOB reads of buffer
2025-11-08 19:03:17 +00:00
..
2022-03-28 23:23:38 +02:00
2024-02-06 14:47:20 +01:00
2021-09-27 22:51:40 +02:00
2025-06-26 15:46:23 +02:00
2021-11-26 02:06:05 +01:00
2023-06-04 18:40:29 +02:00
2025-07-12 18:44:38 +02:00