From 9f06bed34cd617ca266b4a05ab5e668502a6ad46 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 23 Feb 2023 17:27:05 +0100 Subject: [PATCH] Updated readme and roadmap --- README.md | 1 + Roadmap.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index e781f79..7b6c36e 100755 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ To learn more about the direction and future of Reticulum, please see the [Devel If you want to quickly get an idea of what Reticulum can do, take a look at the following resources. +- You can use the [rnsh](https://github.com/acehoss/rnsh) program to establish remote shell sessions over 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://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 diff --git a/Roadmap.md b/Roadmap.md index a2525e2..2883e01 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -21,6 +21,7 @@ For each release cycle of Reticulum, improvements and additions from the five [P - [x] Add bluetooth pairing code output to rnodeconf - [x] Add `rnid` utility with encryption, signing and Identity funcionality - [x] JSON output mode for rnstatus + - [ ] Add `Buffer` class to the API - [ ] Add automatic retries to all use cases of the `Request` API - [ ] Updating the documentation to reflect recent changes and improvements - Targets for related applications