This commit is contained in:
jacob.eva 2024-08-19 08:29:16 +01:00
commit 3c4783b25e
No known key found for this signature in database
GPG Key ID: 0B92E083BBCCAA1E
2 changed files with 2 additions and 7 deletions

View File

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

View File

@ -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