Hello. Is it possible to connect to the API via a python script?
1 Like
Yes, any language can connect as long as you can send and receive commands
1 Like
I have tried to connect through python requests but can’t seem to connect?
Which API you are talking about? Live API or Liveflight Connect?
Live Flight Connect
Short answer - yes!
To work with LiveFlight Connect API you just need to find a way to send UDP packets. I would suggest reading about it on python wiki
LiveFlight Connect is an application not an API. I think the one you’re talking about is the Infinite Flight Connect API. You just need to be able to receive a UDP Broadcast, interpret it, then send a receive TCP Commands.
2 Likes
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.