README reference MessagePack.

pull/25/head
Peter Hinch 2021-08-01 16:51:31 +01:00
rodzic 866912e1d7
commit 1fee1e3db6
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -367,6 +367,9 @@ offering asynchronous operation.
a socket-like interface between WiFi clients and a server with wired ethernet.
The interface is resilient in the presence of WiFi outages. The server (e.g.
Raspberry Pi) does any internet work, improving security.
[MessagePack](https://github.com/peterhinch/micropython-msgpack) Serialisation
with usage almost identical to `ujson` but with message compression and other
advantages.
[Radio](https://github.com/peterhinch/micropython-radio) Simplify use of the
officially supported NRF24l01 radio.