From e3948526fe4e3077cd11944b6bec33c6a94a0cae Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 17 Aug 2024 14:38:07 +0200 Subject: [PATCH 1/2] Cleanup --- Examples/Link.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Examples/Link.py b/Examples/Link.py index 0bf3e32..cfb4a1b 100644 --- a/Examples/Link.py +++ b/Examples/Link.py @@ -70,7 +70,7 @@ def server_loop(destination): " running, waiting for a connection." ) - RNS.log("Hit enter to manually send an announce (Ctrl-C or 'quit' to quit)") + RNS.log("Hit enter to manually send an announce (Ctrl-C or \"quit\" to quit)") # We enter a loop that runs until the users exits. # If the user hits enter, we will announce our server @@ -99,11 +99,6 @@ def client_connected(link): latest_client_link = link def client_disconnected(link): - #import threading - #def close_job(): - # time.sleep(3) - # link.teardown() - #threading.Thread(target=close_job, daemon=True).start() RNS.log("Client disconnected") def server_packet_received(message, packet): From 07ff9fc6632867356b1e64cf4b3978db3c864847 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 17 Aug 2024 16:07:20 +0200 Subject: [PATCH 2/2] Updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f0c5e1..728abd5 100755 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ The full documentation for Reticulum is available at [markqvist.github.io/Reticu You can also download the [Reticulum manual as a PDF](https://github.com/markqvist/Reticulum/raw/master/docs/Reticulum%20Manual.pdf) or [as an e-book in EPUB format](https://github.com/markqvist/Reticulum/raw/master/docs/Reticulum%20Manual.epub). -For more info, see [reticulum.network](https://reticulum.network/) +For more info, see [reticulum.network](https://reticulum.network/) and [the FAQ section of the wiki](https://github.com/markqvist/Reticulum/wiki/Frequently-Asked-Questions). ## Notable Features - Coordination-less globally unique addressing and identification