node-simconnect icon indicating copy to clipboard operation
node-simconnect copied to clipboard

A cross platform SimConnect client library for Node.JS

Results 4 node-simconnect issues
Sort by recently updated
recently updated
newest added

Starting on converting my stuff to use v3 so filing thigns I've tested so far. I did note the following: The value `recvEvent.eventID` ```javascript handle.on('event', function (recvEvent) { switch (recvEvent.eventID)...

See discussion: #85

Today [these are just aliases for number](https://github.com/EvenAR/node-simconnect/blob/master/src/Types.ts) and provide no type safety at all. For instance, it should not be possible to pass a `DataRequestId` to the `DataDefinitionId` parameter of...

enhancement

Hello, I'd like to know if it's possible to manage the aircraft by sending it data, and if so, how? For example, we can find out the altitude of the...