diff --git a/README.md b/README.md index 7c63884..1975c75 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If you want to quickly get an idea of what Reticulum can do, take a look at the - For a distributed, delay and disruption tolerant message transfer protocol built on Reticulum, see [LXMF](https://github.com/markqvist/lxmf) ## Where can Reticulum be used? -Over practically any medium that can support at least a half-duplex channel with 1.000 bits per second throughput, and an MTU of 500 bytes. Data radios, modems, LoRa radios, serial lines, AX.25 TNCs, amateur radio digital modes, ad-hoc WiFi, free-space optical links and similar systems are all examples of the types of interfaces Reticulum was designed for. +Over practically any medium that can support at least a half-duplex channel with 500 bits per second throughput, and an MTU of 500 bytes. Data radios, modems, LoRa radios, serial lines, AX.25 TNCs, amateur radio digital modes, ad-hoc WiFi, free-space optical links and similar systems are all examples of the types of interfaces Reticulum was designed for. An open-source LoRa-based interface called [RNode](https://unsigned.io/projects/rnode/) has been designed specifically for use with Reticulum. It is possible to build yourself, or it can be purchased as a complete transceiver that just needs a USB connection to the host. diff --git a/docs/source/whatis.rst b/docs/source/whatis.rst index 733a240..94d84b6 100644 --- a/docs/source/whatis.rst +++ b/docs/source/whatis.rst @@ -67,7 +67,7 @@ What does Reticulum Offer? Where can Reticulum be Used? ============================ Over practically any medium that can support at least a half-duplex channel -with 1.000 bits per second throughput, and an MTU of 500 bytes. Data radios, +with 500 bits per second throughput, and an MTU of 500 bytes. Data radios, modems, LoRa radios, serial lines, AX.25 TNCs, amateur radio digital modes, ad-hoc WiFi, free-space optical links and similar systems are all examples of the types of interfaces Reticulum was designed for.