From c0383fa2b08eee8e6cb53532f303b236e330d0c2 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 6 Dec 2021 19:38:03 +0100 Subject: [PATCH] Updated docs --- README.md | 1 + docs/source/whatis.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7aa122e..2751d65 100755 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Reticulum implements a range of generalised interface types that covers most of ## Feature Roadmap - Stream mode for links + - Globally routable multicast - More interface types for even broader compatibility - ESP32 devices (ESP-Now, Bluetooth, etc.) - More LoRa transceivers diff --git a/docs/source/whatis.rst b/docs/source/whatis.rst index 6d34592..109f057 100644 --- a/docs/source/whatis.rst +++ b/docs/source/whatis.rst @@ -2,7 +2,7 @@ What is Reticulum? ****************** -Reticulum is a cryptography-based networking stack for wide-area networks built on readily available hardware, and can operate even with very high latency and extremely low bandwidth. +Reticulum is a cryptography-based networking stack for wide-area networks built on readily available hardware, that can operate even with very high latency and extremely low bandwidth. Reticulum allows you to build very wide-area networks with off-the-shelf tools, and offers end-to-end encryption, autoconfiguring cryptographically backed multi-hop transport, efficient addressing, unforgeable packet acknowledgements and more.