Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 435 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 435 Bytes

xplane.js

This is a little experiment to help teach myself more about node.js and UDP. X-Plane, a popular flight simulator, has a veritable firehose of data available via UDP; altitude, airspeed, position, etc. I thought it might be fun to try to collect and do $THING on this data.

N.B. I am not a JavaScript or node.js programmer. This code will probably violate all kinds of lovely standards and might upset your tummy.