Improve search & parsing algorithm, easier to source venv files

This commit is contained in:
2024-03-11 23:52:24 -05:00
parent 1a07501d53
commit dd0ac46662
6 changed files with 358 additions and 89 deletions

2
run.py
View File

@@ -139,6 +139,8 @@ def start_server_socket():
# TODO Helper for converting Python Dictionaries to JSON
# make function: pythonData --> { { "type": "...", "call": "...", "data": pythonData } }
# to send: to_server_queue.put(("*", "JSON STRING HERE")) # replace * with UUID of client to send to one specific location
case "cable_details":
fprint("cable_details message")