EvenAR / node-simconnect

A cross platform SimConnect client library for Node.JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ETA on the refactor branch being done?

westlakem opened this issue · comments

It's been about a year since the start of the refactor... Do you have a timeframe on when that will be complete? About to start a new project.

Bump

bump again

@westlakem sorry, this branch will probably be deleted. I have started on yet another refactor which will be a more complete client. The good thing about this is that it talks directly to SimConnect natively through pipes or TCP, and doesn't rely on the official SDK library. It will support all of the functionality that the old node-simconnect does, but right now the API is quite different. It's possible to try it already, but expect breaking changes to come. npm install node-simconnect@alpha (refactor-native branch)

Hey @EvenAR
Thanks for the response but after almost 2 years with no communication or progress I moved over to using FSUIPC & FSUIPC API libraries, as I was running into issues not being able to use the latest 3ish versions of electron with this package. Wish you the best of luck.

Totally understandable @westlakem. Thanks!

Closing this issue as v3 is now the official version.