JuanQuijano/nmeamsfs2024 ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Windows desktop tool in C# that acts as a bridge between Microsoft Flight Simulator 2024 and XCSoar on my computer.
It should read telemetry from MSFS through SimConnect, convert it into NMEA sentences, and send them over TCP to 127.0.0.1 on port 4353 by default. I need it to output at least GPGGA, GPRMC, and true wind WIMWV, and I want the host, port, telemetry polling rate, and transmit rate to be configurable in an appsettings.json file.
Please also add a simple stability check so the NMEA stream pauses briefly if the aircraft position jumps a lot, then resumes once a few stable samples are collected again. Make it easy to run from the published folder, with a console window that shows connection status and basic startup messages. If you need to check current docs for SimConnect or NMEA formatting, feel free to look them up online.
Are you gonna build this?
make sure you review the code using coderabbit