Socket
Socket
Sign inDemoInstall

IFConnectOld

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    IFConnectOld

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


Maintainers
1

Readme

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

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc