Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 866912e commit 1fee1e3Copy full SHA for 1fee1e3
README.md
@@ -367,6 +367,9 @@ offering asynchronous operation.
367
a socket-like interface between WiFi clients and a server with wired ethernet.
368
The interface is resilient in the presence of WiFi outages. The server (e.g.
369
Raspberry Pi) does any internet work, improving security.
370
+[MessagePack](https://github.com/peterhinch/micropython-msgpack) Serialisation
371
+with usage almost identical to `ujson` but with message compression and other
372
+advantages.
373
[Radio](https://github.com/peterhinch/micropython-radio) Simplify use of the
374
officially supported NRF24l01 radio.
375
0 commit comments