Merge branch 'master' of https://github.com/markqvist/Reticulum
This commit is contained in:
commit
3c4783b25e
|
@ -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):
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue