Skip to main content

A module using python to connect to the Infinite Flight Connect API v1

Project description

Infinite Flight Connect API

Using python to connect to the Infinite Flight Connect API v1.

Usage

Before getting started, make sure to enable the Infinite Flight command server in the app Settings > General > Enable Infinite Flight Connect

First, import the module in Python.

import IFConnectOld

Then, to send a command, use the send_command function. The first parameter is the command, the second parameter are the parameters passed to Infinite Flight while the third parameter determines whether to wait for a response or not. Await response is false by default although it must be enabled when expecting a response.

send_command("Commands.{CommandName}", [Parameters], await_response=True)
send_command("Commands.{CommandName}", [Parameters]) # await_response is False by default

Future updates

  • Update to support Connect API v2

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

IFConnectOld-1.0.4.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

IFConnectOld-1.0.4-py3-none-any.whl (15.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page