Skip to main content

IVAO WhazzupAPI for Python

Project description

What is IVAO?

International Virtual Aviation Organisation (IVAO) is a non-profit association which operates a free-of-charge online flight-simulation network. Following free registration users can connect to the IVAO Network (IVAN) either as a virtual air traffic controller or as a virtual pilot and engage and interact with each other in a massively multiplayer environment utilising real-world aviation procedures, phraseology and techniques.

Library Syntax structre

ivao
├──raw
|
├──to_json
|
├──servers
|
├──voiceServers
|
├──clients
|  ├──pilot
|  |  ├──raw
|  |  └──callsign
|  ├──atc
|  |   ├──raw
|  |   ├──callsign
|  |   └──atis
|  ├──observer
|  |   ├──raw
|  |   └──callsign
|  └──followMe
|
└──connections
   ├──total
   ├──supervisor
   ├──atc
   ├──observer
   ├──pilot
   └──worldTour


Usage/Examples

ATC Callsign Example

Return all callsign of ATC in IVAO

from ivao import ivao

print(ivao.clients.atc.callsign())

ATC ATIS

Return ATIS of ATC in IVAO

from ivao import ivao
print(ivao.clients.atc.atis(callsign="VTBD_TWR"))

Pilot Callsign Example

Return all callsign of Pilot in IVAO

from ivao import ivao

print(ivao.clients.pilot.callsign())

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

ivao-2.1.tar.gz (3.2 kB view hashes)

Uploaded Source

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