network: Start adding simplex to prepare.py.

Group link must still be specified.
This commit is contained in:
tecnovert
2025-06-14 00:10:48 +02:00
parent aa9b1c0eb9
commit ff149e988c
6 changed files with 273 additions and 63 deletions

View File

@@ -349,6 +349,8 @@ def runClient(
try:
# Try start daemons
for network in settings.get("networks", []):
if network.get("enabled", True) is False:
continue
network_type = network.get("type", "unknown")
if network_type == "simplex":
simplex_dir = os.path.join(data_dir, "simplex")