Coexistence of original APP and API client #5
kaischmitz
started this conversation in
General
Replies: 1 comment 1 reply
-
You would need to sniff the traffic between the App and the SAIC servers while you are logged into the App. Copy out the token und use that in the MQTT gateway. Currently this would be possible, because the token doesn't seem to expire. But as soon as SAIC changes this behavior, you would need to do the token sniffing again. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I understand by SAIC's philosophy there can be only one control instance bound to one car. So far so bad.
I noticed that while using mqtt_gateway.py I get thrown out of the app on my phone, too.
Is there any way to have both running in parallel, e.g. by making the server think the request are coming from the same source?
Beta Was this translation helpful? Give feedback.
All reactions