You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: