Updated readme

This commit is contained in:
Mark Qvist 2021-09-25 17:37:35 +02:00
parent 129b1d0713
commit 77fe621cba

View File

@ -65,9 +65,12 @@ Reticulum implements a range of generalised interface types that covers most of
## Feature Roadmap ## Feature Roadmap
- More interface types for even broader compatibility - More interface types for even broader compatibility
- ESP32 devices (ESP-Now, Bluetooth, etc.) - ESP32 devices (ESP-Now, Bluetooth, etc.)
- AT-compatible voice modems - AT-compatible modems
- CAN-bus
- ZeroMQ - ZeroMQ
- MQTT - MQTT
- SPI
- i²c
- A delay and disruption tolerant message transfer protocol built on Reticulum, see [LXMF](https://github.com/markqvist/lxmf) - A delay and disruption tolerant message transfer protocol built on Reticulum, see [LXMF](https://github.com/markqvist/lxmf)
- A few useful-in-the-real-world apps built with Reticulum, see [Nomad Network](https://github.com/markqvist/NomadNet) - A few useful-in-the-real-world apps built with Reticulum, see [Nomad Network](https://github.com/markqvist/NomadNet)