From 6f68d6edc4fe6328da3fcf95c8da78c5d334765f Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Fri, 10 Jun 2022 13:12:07 +0200 Subject: [PATCH] Updated readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0c60805..692aa78 100755 --- a/README.md +++ b/README.md @@ -106,6 +106,9 @@ Currently, the following interfaces are supported: - External programs via stdio or pipes - Custom hardware via stdio or pipes +## Performance +Reticulum targets a *very* wide usable performance envelope, but prioritises functionality and performance over low-bandwidth links. The goal is to provide a dynamic performance envelope from 250 bits per second, to 1 gigabit per second on normal hardware. Currently the usable performance envelope is approximately 500 bits per second to 20 megabits per second, with links faster than that not being saturated. Performance beyond the current level is planned for the future, but not highly prioritised at this point. + ## Development Roadmap - Version 0.3.8 - Improving [the manual](https://markqvist.github.io/Reticulum/manual/) with sections specifically for beginners