simconnect package msfs2020-go/simconnect connects to microsoft flight simulator 2020 using golang.
cross-compiles from macos/linux, no other dependencies required. produces a single binary with no other files or configuration required.
msfs2020-go/simconnect package currently only implements enough of the simconnect api for examples and vfrmap.
program zips releases are uploaded here
- vfrmap local web-server that will allow you to view your location, and some information about your trajectory including airspeed and altitude.
- examples/request_data port of
MSFS-SDK/Samples/SimConnectSamples/RequestData/RequestData.cpp
From official golang website https://golang.org/doc/faq#virus
"This is a common occurrence, especially on Windows machines, and is almost always a false positive. Commercial virus scanning programs are often confused by the structure of Go binaries, which they don't see as often as those compiled from other languages."