Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.71 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.71 KB

LiveTraffic

LiveTraffic is a plugin for the flight simulator X-Plane to show real life traffic, based on publicly available live flight data, as additional planes within X-Plane.

It came into being when I was looking at plugins simulating additional traffic in X-Plane and thinking at that time: Why do they try to simulate traffic and invent flight models when there is flight data available online which brings yet another piece of reality into the simulation? Why can't one just read the data and display the aircraft?

Well...turned out it's not that easy ;-)

Please see GitBook for further documentation on Features, Limitations, Requirements, Installation, Configuration...

Status

Available on x-plane.org.

License

MIT License, essentially freeware.

Credits

LiveTraffic is based on a number of other great libraries and APIs, most notably:

To use cmake

  • CD to repo folder where you see .git
  • CD to Src
  • mkdir build
  • CD build
  • cmake ..
  • make VERBOSE=1

To use docker

  • CD to repo folder where you see .git
  • (cd docker; make)