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): 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