From 3de182192a65280bf6459044da575089354210f7 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 17 Nov 2022 12:35:21 +0100 Subject: [PATCH] Updated readme and roadmap --- README.md | 3 +++ Roadmap.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 579e739..7fe3c8c 100755 --- a/README.md +++ b/README.md @@ -62,6 +62,9 @@ For more info, see [unsigned.io/projects/reticulum](https://unsigned.io/projects - Total bandwidth cost of setting up an encrypted link is 3 packets totaling 297 bytes - Low cost of keeping links open at only 0.44 bits per second +## Development Roadmap +While Reticulum is already a fully featured and functional networking stack, many improvements and additions are planned for the future. To learn more about the direction and future of Reticulum, please see the [Reticulum Development Roadmap](./Roadmap.md). + ## Examples of Reticulum Applications If you want to quickly get an idea of what Reticulum can do, take a look at the following resources. diff --git a/Roadmap.md b/Roadmap.md index f353d8b..0dcd295 100644 --- a/Roadmap.md +++ b/Roadmap.md @@ -1,5 +1,5 @@ # Reticulum Development Roadmap -The development path for Reticulum is currently laid out in five distinct areas: *Comprehensibility*, *Universality*, *Functionality*, *Usability & Utility* and *Interfaceability*. Conceptualising the development of Reticulum into these areas serves to advance the implementation and work towards the [[Foundational Goals & Values of Reticulum]]. +The development path for Reticulum is currently laid out in five distinct areas: *Comprehensibility*, *Universality*, *Functionality*, *Usability & Utility* and *Interfaceability*. Conceptualising the development of Reticulum into these areas serves to advance the implementation and work towards the Foundational Goals & Values of Reticulum. ## Comprehensibility These efforts are aimed at improving the ease of which Reticulum is understood, and lowering the barrier to entry for people who wish to start building systems on Reticulum.