New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

node-simconnect

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-simconnect

Wrapper for the SimConnect SDK for FSX and Prepar3D (Windows)

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
24
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

node-simconnect

Wrapper for the SimConnect SDK for FSX and Prepar3D (Windows)

This project is at a very early stage and only covers a few SimConnect function calls. Feel free to join the development :)

Build

Requirements

  • Node.js (32-bit version)
  • Visual Studio 2013 (32-bit version)
  • FSX or P3D SimConnect SDK files (.lib and .h).

NOTE: If your app need to work with both FSX and P3D you must use the FSX SDK.

Setup

  • Create a folder named SimConnect and copy the two folders inc and lib from the SimConnect SDK installation over to the new directory. These should include SimConnect.h and SimConnect.lib, respectively.
  • Run npm install
  • If everything went well you should be able to run the example program using: node example

To build native NW.JS addon: nw-gyp rebuild --target=0.20.3 --arch=ia32 (where --target is the version of NW.JS)

To build native Electron addon: node-gyp rebuild --target=1.6.11 --arch=ia32 --msvs_version=2013 (where --target is the version of Electron)

Keywords

FAQs

Package last updated on 21 Jul 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc