From 5fe55243c65305d2f51b87b480fa85219026a442 Mon Sep 17 00:00:00 2001 From: markqvist Date: Tue, 5 Apr 2022 11:38:04 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 822d85b..96cbafe 100755 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Reticulum implements a range of generalised interface types that covers most of - UDP over IP networks ## Development Roadmap - - Transport layer segmentation & authentication, see #23 + - Physical layer segmentation & authentication, see #23 - Globally routable multicast - GUI interface configuration tool - Improving [the manual](https://markqvist.github.io/Reticulum/manual/) with sections specifically for beginners From 0db7eb14083b1ea651686cb9f0bcdd065aeaab25 Mon Sep 17 00:00:00 2001 From: markqvist Date: Wed, 6 Apr 2022 15:49:39 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 96cbafe..7e4bad0 100755 --- a/README.md +++ b/README.md @@ -89,12 +89,12 @@ Reticulum implements a range of generalised interface types that covers most of - UDP over IP networks ## Development Roadmap - - Physical layer segmentation & authentication, see #23 + - Physical layer segmentation & authentication, see [#23](https://github.com/markqvist/Reticulum/discussions/23) - Globally routable multicast - GUI interface configuration tool - Improving [the manual](https://markqvist.github.io/Reticulum/manual/) with sections specifically for beginners - - Easy way to share interface configurations, see #19 - - A portable Reticulum implementation in C, see #21 + - Easy way to share interface configurations, see [#19](https://github.com/markqvist/Reticulum/discussions/19) + - A portable Reticulum implementation in C, see [#21](https://github.com/markqvist/Reticulum/discussions/21) - More interface types for even broader compatibility - ESP32 devices (ESP-Now, Bluetooth, etc.) - More LoRa transceivers