Improved WebREPL Binary protocol is registered with IANA #18913
jetpax
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After getting frustrated with webREPL when developing a very large MicroPython project, I created a new pure binary version using CBOR for speed and conciseness called webREPL-B
I registered a new WebSocket subprotocol (registry: https://www.iana.org/assignments/websocket/websocket.xhtml ).
It’s designed for high-frequency state sync for remote UI with separate virtual channels for M2M and humans
You can read the spec here: https://jetpax.github.io/webrepl/webrepl_binary_protocol_rfc.md
If you want to see it in action check out https://scriptostudio.com or https://pycoclaw.com
Only ESP32-S3 and P4 at this stage, but RP2350 coming soon!
A million thanks to everyone that has made MicroPython able to run such large projects as this (>30000 lines asyncio code) reliably
Beta Was this translation helpful? Give feedback.
All reactions