• Stars
    star
    386
  • Rank 110,946 (Top 3 %)
  • Language
    Go
  • License
    MIT License
  • Created about 4 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

connect to microsoft flight simulator 2020 using golang

msfs2020-go

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.

status

msfs2020-go/simconnect package currently only implements enough of the simconnect api for examples and vfrmap.

releases and download

program zips releases are uploaded here

tools

  • vfrmap local web-server that will allow you to view your location, and some information about your trajectory including airspeed and altitude.

examples

Why does my virus-scanning software think this program is infected?

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."