From 129b1d071347fedee8bccc795df60c462aee10ac Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 25 Sep 2021 17:35:51 +0200 Subject: [PATCH] Updated readme --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 736842d..b785fc9 100755 --- a/README.md +++ b/README.md @@ -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