Fixes regarding for PR #124, also added vector images for towers and phones

This commit is contained in:
Marc
2026-02-08 03:23:23 -06:00
parent 5d2e9ee2c3
commit b7e8bf9664
5 changed files with 122 additions and 839 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ deauth_detector_queue = queue.Queue(maxsize=QUEUE_MAX_SIZE)
deauth_detector_lock = threading.Lock()
# GSM Spy
gsm_spy_process = None
gsm_spy_scanner_running = False # Flag: scanner thread active
gsm_spy_livemon_process = None # For grgsm_livemon process
gsm_spy_monitor_process = None # For tshark monitoring process
gsm_spy_queue = queue.Queue(maxsize=QUEUE_MAX_SIZE)