pull/10/head
Mark Qvist 2021-09-25 17:35:51 +02:00
rodzic 161eeca509
commit 129b1d0713
1 zmienionych plików z 9 dodań i 5 usunięć

Wyświetl plik

@ -60,12 +60,16 @@ Reticulum implements a range of generalised interface types that covers most of
- TCP over IP networks
- UDP over IP networks
## What is currently being worked on?
- 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 [Nofad Network](https://github.com/markqvist/NomadNet)
## Can I use Reticulum on amateur radio spectrum?
Some countries still ban the use of encryption when operating under an amateur radio license. Reticulum offers several encryptionless modes, while still using cryptographic principles for station verification, link establishment, data integrity verification, acknowledgements and routing. It is therefore perfectly possible to include Reticulum in amateur radio use, even if your country bans encryption.
## Feature Roadmap
- More interface types for even broader compatibility
- ESP32 devices (ESP-Now, Bluetooth, etc.)
- AT-compatible voice modems
- ZeroMQ
- MQTT
- 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)
## Dependencies:
- Python 3