Skip to content

Simple node script to fetch datarefs directly from x-plane, without the need for a plugin

Notifications You must be signed in to change notification settings

olucaslrc/X-Plane-Datarefs-with-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Read X Plane datarefs with node.js

Simple node script to fetch datarefs directly from x-plane, without the need for a plugin

Make sure x-plane is running (change the IP-address in the script if you are running this from a different machine on the same network as the computer where X Plane is running)

$ node udp.js

X Plane will respond with the requested values at you chosen frequency.

See inline comments for explanation about X Plane's data structures and how to read decode the response.

Official list of available datarefs: https://developer.x-plane.com/datarefs/

About

Simple node script to fetch datarefs directly from x-plane, without the need for a plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%