Skip to content

Instantly share code, notes, and snippets.

View jlgabriel's full-sized avatar

Juan Luis Gabriel jlgabriel

View GitHub Profile
@jlgabriel
jlgabriel / igc-recorder-aerofly.py
Last active April 16, 2025 02:25
Aerofly FS4 to IGC Recorder - developed to connect Aerofly FS4 Flight Simulator to generate gliders IGC flight logs
#!/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
##################################################################################
@jlgabriel
jlgabriel / aerofly-sayintentions-adapter-v4.py
Last active April 6, 2025 01:43
Aerofly FS4 basic integration with SayIntentions.AI via UDP Foreflight streaming data
#!/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
@jlgabriel
jlgabriel / ForeFlight-Shirley-Bridge.py
Created April 1, 2025 01:17
Aerofly FS4 ForeFlight Protocol to Shirley Bridge with GUI
#!/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
@jlgabriel
jlgabriel / aerofly_fs4_maps_v25.py
Created September 8, 2024 23:46
Python Aircraft Tracker on map for Aerofly FS4 (Copyright IPACS) Flight Simulator
# 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: