mathiask88 / node-snap7

node.js wrapper for snap7
MIT License
163 stars 59 forks source link

Collaboration request #83

Open fabioriva opened 2 years ago

fabioriva commented 2 years ago

Dear Mathias,

I am a long-time user of the node-snap7 module since the first versions. I am successfully using it in production. I started writing a new wrapper of the snap7 library using node-addon-api (based on your suggestion).

I've completed the work of implementing the "synchronous" part of the library, on the contrary I'm still trying to find the right solution for asynchronous function calls using the AsyncWorker subclass (like you did using the NAN module).

Let me know if you want to collaborate on the project, time permitting. In case you decide to collaborate I will publish the code in my github repository.

You can contact me at: f.riva@sotefin.ch

And thank you for your work, sincerely

Fabio Riva

mathiask88 commented 2 years ago

Hey, that's cool. As I mentioned in the Readme I am working on the conversion to node-addon-api. I finished the Client but have some issues with the Server, where I need time for. I also want to switch to github actions and add cross compilation to the prebuilds for ARM and other platforms like Android. I did not work on this quite a while but I will have a look on Sunday. Would love to get these changes done soon.