Mathias Küsel

Results 19 comments of Mathias Küsel

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...

See https://github.com/mathiask88/node-snap7/issues/74 I don't think I can help here. I own a S7-1200 and 1500 but no TIA V16, so someone else need to investigate this :/

Currently there are no android prebuilds available. Will be available with the NAPI rewrite. If you have a built toolchain on your phone you can try to `npm -i node-snap7...

Install C++11 build tools + python 2.7 to build native node modules and then `npm i node-snap7 --build-from-source` on your target platform (Sorry I had a typo in the last...

I don't think that I can help you much on this, because I have no TIA V16 available here. But what I know is that Siemens did some stuff regarding...

Could be an issue in `node-snap7` of course, but the code is kinda old and this is the first time someone got this error. Let's try to find out.. A...

Is this still a thing? I got some spare time now and I can't repro this on my machine so I'll try to set up a VM for this. Sorry...

Sorry for having not much time at the moment. Unfortunately I can't reproduce this. A minimal example on a fresh VM would help, so that I am able to reproduce...

This addon builds on [NAN](https://github.com/nodejs/nan). As long [NAN ](https://github.com/nodejs/nan) does not support context-awareness this won't happen. Thanks for reporting!

I am currently working on a NAPI rewrite of this addon to replace NAN. If I got the current functionality working I will have a look into this. NAPI should...