Philipp Czarnetzki
Philipp Czarnetzki
@piranna honestly i dont get it, i mean why cant i convert a cha[64] which behaves almost like a string to a `` with Nan::New or Nan::To? I could push...
@piranna https://github.com/luii/node-ife/tree/nan2-port here it is Most of the Errors are Type errors and im not so experienced with c++ and its curiosities
every line with a Nan::Get or Set where it uses a char for example try to build with node-gyp
../src/wrapper.cc:271:76: Error: No suitable function call for »New(const char [10])« v8::Local vrip = Nan::Get(o, Nan::New("remote_ip"));
I've made progress with the node-ife module. I've got it to run with the newest node.js (9.2.0) version and the N-API C++ layer i know its still in experimental but...
That should be no problem if i came this far already 💃
The trailing characters are gone, just used `NAPI_AUTO_LENGTH` which automaticly strips these characters. @piranna could you assign me the issue?
Thanks that was really fast! I'll port the other functions to napi and then it should work
I've committed all my work. But somethings not quite right. It wont set the interface up or down, i dont know if im doing it wrong or the programm isnt...
@PREKNOWLEDGEWEB https://github.com/NodeOS/NodeOS/issues/441#issuecomment-667554567 It's not that we wouldn't work on this, but we also have other things to do, like working on other Stuff. This Project is Open Source and everyone...