IvaoAuroraConnect Library
https://pypi.org/project/ivaoauroraconnect/ https://github.com/LevLvovich1/ivaoauroraconnect http://team-majula-projects.ru:1788
What is this?
Allows getting data from IVAO Aurora
Quick Guide
Using
- import this library
import ivaoauroraconnect
- create a connection to Aurora
aurora = ivaoauroraconnect.Connection()
- use the commands.
print(aurora.conn())
- close the connection.
aurora.close()
OR use context manager
with ivaoauroraconnect.Connection() as aurora
Using the context manager does not require closing the connection.
We have commands, provided by ivao. To use these commands, use the method with the same name in lowercase in your code.
Examples
default
import ivaoauroraconnect
aurora = ivaoauroraconnect.Connection()
for cs in aurora.tr():
print(cs)
aurora.close()
with context manager
import ivaoauroraconnect
with ivaoauroraconnect.Connection() as aurora:
for cs in aurora.tr():
print(cs)
Commands list
| Command | Action | Arguments |
|---|---|---|
| TR | Returns traffic in range | |
| FP | Returns FPLN | cs |
| FP_S | Returns FPLN for selected acft | |
| SELTFC | Returns selected traffic callsign | |
| TRPOS | Returns traffic position | cs |
| TRPOS_S | Return selected traffic position | |
| TRAS | Assume traffic | cs |
| TRAS_S | Assume selected acft | |
| TRRE | Release traffic | cs |
| TRRE_S | Release selected acft | |
| ZTR | Zoom traffic | cs |
| ZTR_S | Zoom selected traffic | |
| ZSTR | Select and zoom traffic | cs |
| LBWP | Set waypoint to acft strips | cs wp |
| LBWP_S | Set waypoint to selected acft strips | wp |
| LBALT | Set altitude to acft strips | cs alt |
| LBALT_S | Set altitude to selected acft strips | alt |
| LBSPD | Set speed to acft strips | cs spd |
| LBSPD_S | Set speed to selected acft strips | spd |
| LBSQK | Set squawk to acft strips | cs sqk |
| LBSQK_S | Set squawk to selected acft strips | sqk |
| TRSQK | Returns generated SQK ==NOT PROVIDED== | cs |
| TRSQK_S | Returns generated SQK for selected acft ==NOT PROVIDED== | |
| ATC | Returns ATC in range | |
| ATCT | Returns ATC in transfer list | |
| ATCTA | Add ATC to transfer list | atc |
| ATCTR | Remove ATC from transfer list | atc |
| MSGFR | Send message to primary frequency | cs text |
| MSGPM | Send PM | cs text |
| TRPATHL | Returns ETO for FIXs in route | |
| METAR | Returns METAR | icao |
| BAY | Open Baylist | |
| ATIS | Returns ATIS | |
| CTRL | Returns controlled airports | |
| CTRLRWY | Returns controlled airports and RWYs | |
| CONN | Returns user callsign | |
| CTO | Zoom to navaid | navaid |
| ZTO | Zoom to ??? | zoom |
| LBGTE | Set gate for acft | cs gate |
| LBGTE_S | Set gate for selected acft | gate |
| INTERCOMCALL | Make intercom call | cs |
| INTERCOMANSWER | Answer incoming intercom call | |
| INTERCOMREJECT | Reject incoming intercom call | |
| INTERCOMPHONESTATUS | Returns intercom status | PHONE_RECEIVING PHONE_PERFORMING PHONE_ONGOING PHONE_RESET |
| INTERCOMCALLSTATUS | Returns incoming call status | status: CALL_RESULT_OUT_OK CALL_RESULT_IN_OK CALL_RESULT_IN_MISSED CALL_RESULT_OUT_FAIL CALL_NIL reject_reason: CALL_CALLEE_NOT_CONNECTED CALL_CALLEE_REJECT CALL_SERVER_REJECT |
Release files for ivaoauroraconnect 1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ivaoauroraconnect-1.0.tar.gz | 7.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ivaoauroraconnect-1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 12.7 kB
Release files / ivaoauroraconnect-1.0.tar.gz
| Download URL | ivaoauroraconnect-1.0.tar.gz |
|---|---|
| Size | 7.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f04191a6a949ff6cb817251943dbb9e8816020041a8efcf3f9c30591b9635947
|
|
BLAKE2b-256 checksum How to use checksums |
e1893d89186dff41f583c1b6af1e6d1ab70b920133253d50ac22935f0a11a7e7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.0
|
Release files / ivaoauroraconnect-1.0-py3-none-any.whl
| Download URL | ivaoauroraconnect-1.0-py3-none-any.whl |
|---|---|
| Size | 5.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ae59f7789c42c9d29e9df1d2910634e66d0069bc02fe89d4a3ae8a3bc2d1fa7d
|
|
BLAKE2b-256 checksum How to use checksums |
5d82c848113a9b6cd8545ac9357339dcd70f939577bfd720775bd5f5be4f58c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.0
|