From 0f429e238546e49e7a9bfba9fb95095681375398 Mon Sep 17 00:00:00 2001 From: markqvist Date: Tue, 4 Oct 2022 23:18:44 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73906a8..3385da8 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Reticulum Network Stack β +Reticulum Network Stack β ==========

From c9c7469b32ed7d2e532a8df8db0e7c504178643f Mon Sep 17 00:00:00 2001 From: markqvist Date: Tue, 4 Oct 2022 23:22:05 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3385da8..c902bb5 100755 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ For more info, see [unsigned.io/projects/reticulum](https://unsigned.io/projects If you want to quickly get an idea of what Reticulum can do, take a look at the following resources. -- [LXMF](https://github.com/markqvist/lxmf) is a distributed, delay and disruption tolerant message transfer protocol built on Reticulum - For an off-grid, encrypted and resilient mesh communications platform, see [Nomad Network](https://github.com/markqvist/NomadNet) -- The Android, Linux and macOS app [Sideband](https://unsigned.io/sideband) has a graphical interface and focuses on ease of use. +- The Android, Linux and macOS app [Sideband](https://github.com/markqvist/Sideband) has a graphical interface and focuses on ease of use. +- [LXMF](https://github.com/markqvist/lxmf) is a distributed, delay and disruption tolerant message transfer protocol built on Reticulum ## Where can Reticulum be used? Over practically any medium that can support at least a half-duplex channel From 26561574622c4b8670b5b39ced1ae55aad393243 Mon Sep 17 00:00:00 2001 From: markqvist Date: Tue, 4 Oct 2022 23:22:46 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c902bb5..8eb766e 100755 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ For more info, see [unsigned.io/projects/reticulum](https://unsigned.io/projects ## Notable Features - Coordination-less globally unique addressing and identification - Fully self-configuring multi-hop routing -- Complete initiator anonymity, communicate without revealing your identity +- Initiator anonymity, communicate without revealing your identity - Asymmetric X25519 encryption and Ed25519 signatures as a basis for all communication - Forward Secrecy with ephemeral Elliptic Curve Diffie-Hellman keys on Curve25519 - Reticulum uses the [Fernet](https://github.com/fernet/spec/blob/master/Spec.md) specification for on-the-wire / over-the-air encryption