microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.25k stars 116 forks source link

simulator-only pub/sub #471

Closed pelikhan closed 12 months ago

pelikhan commented 1 year ago

In order to support visualizing images on screen, we should have a "simulator-only" socket API that allows to send topic+buffer to the native websocket. This would allow the rest of the infrastructure to process image buffers and display them in the debugger/dashboard.

pelikhan commented 1 year ago

large packets and twin api added

pelikhan commented 1 year ago

twinMessage added