... | ... | @@ -343,7 +343,7 @@ token = requests.get('https://dev-fcm.airus-suite.com/api/token?username=user&pa |
|
|
# Replace user and password with the correct credentials
|
|
|
host = "dev-dsdp-acquisition.airus-suite.com"
|
|
|
surveillance_id = "08f73584-bbe7-48e8-88ee-56519ff040c7"
|
|
|
url = f"wss://{host}/ws/dsdp/{surveillance_id}/{token}"
|
|
|
url = f"wss://{host}/ws/dsdp/{surveillance_id}/{str(token.content, encoding='UTF-8')}"
|
|
|
|
|
|
websocket.enableTrace(True) # Active debug traces
|
|
|
|
... | ... | |