This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
################################################################################## | |
# Aerofly FS4 to IGC Recorder | |
# Developed to connect Aerofly FS4 Flight Simulator and generate IGC flight logs | |
# Copyright (c) 2025 Juan Luis Gabriel | |
# This software is released under the MIT License. | |
# https://opensource.org/licenses/MIT | |
################################################################################## |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
################################################################################## | |
# Aerofly FS4 to SayIntentions.AI Adapter | |
# Developed to connect Aerofly FS4 Flight Simulator from IPACS (TM) to SayIntentions.AI | |
# Based on ForeFlight-Shirley-Bridge.py | |
################################################################################## | |
import asyncio | |
import socket |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
################################################################################## | |
# ForeFlight Protocol to Shirley Bridge with GUI | |
# Developed to connect Aerofly FS4 Flight Simulator from IPACS (TM) to Fly Shirley | |
# Reference: https://support.foreflight.com/hc/en-us/articles/204115005 | |
################################################################################## | |
import asyncio | |
import socket |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright (c) 2024 Juan Luis Gabriel | |
# This software is released under the MIT License. | |
# https://opensource.org/licenses/MIT | |
"""Aircraft Tracker | |
This program is an open source real-time aircraft tracker that visualizes Aerofly FS4 - (C) Copyright IPACS - | |
flight simulator data on an interactive map. It can be used to track flights, analyze routes, | |
and enhance the overall simulation experience. Key features include: |