This package has been deprecated

Author message:

Unreliable, untested. Please look for an alternative

xplane-connector

1.0.0 • Public • Published

An XPlane interface for Node.js

xplane-connector is a Node.js module for reading data (through datarefs) from X-Plane in a simple manner.

Usage

const conn = require("./package");

conn.on("ready", async () => {
	conn.setDrefs([
		"sim/flightmodel/position/latitude",
		"sim/flightmodel/position/longitude",
	]);
	console.log(conn.getData());
});

License

CSI

Package Sidebar

Install

npm i xplane-connector

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

167 kB

Total Files

5

Last publish

Collaborators

  • npm