mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-05-04 15:35:42 -04:00
Added thread locking to log output. Various housekeeping.
This commit is contained in:
parent
178c69e361
commit
54206d9101
4 changed files with 31 additions and 14 deletions
|
@ -73,7 +73,7 @@ if __name__ == "__main__":
|
|||
try:
|
||||
parser = argparse.ArgumentParser(description="Reticulum example that demonstrates sending and receiving unencrypted broadcasts")
|
||||
parser.add_argument("--config", action="store", default=None, help="path to alternative Reticulum config directory", type=str)
|
||||
parser.add_argument("--channel", action="store", default=None, help="path to alternative Reticulum config directory", type=str)
|
||||
parser.add_argument("--channel", action="store", default=None, help="broadcast channel name", type=str)
|
||||
args = parser.parse_args()
|
||||
|
||||
if args.config:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue