Thibault Friedrich

Results 55 comments of Thibault Friedrich

Nice 👍 . I will publish a beta version using this new implementation very soon. I might ask you to test it to be sure it is solving your problem...

Hi, an alpha is available on npm. You can install it using the command: `npm i [email protected]`. Tell me if it is fixing your situation.

I didn't know you were using `electron`. Your issue may be caused by a path problem (cf https://stackoverflow.com/questions/45149031/electron-packager-spawn-enoent). Can you try the fix? Electron also has several threads (`main`, `renderer`)....

From my experience, the best way to locate a problem is to split the situation into several pieces. First maybe you can isolate your code using node-wifi into a single...

Hi, your problem seems similar to #78. Can you try again using lastest version, I merged #80 11 days ago to fix this issue.

This issue is not complete. Please fill all sections based on your situation. Without more information, it is impossible to help you. Otherwise this issue will be closed in few...

Hi, This is a good idea. We only need to be careful to have this feature on all OS. I guess you are on linux. And I am not sure...

Hi, Can you put here the configuration of your machine? Most probable reason is that there is no wifi cards.

In fact this library is made to manage wifi connections without human interaction. And it is better to do it in manual mode. It could be a improvement to do.

It could be something useful to add into the options in the connect function like this: ```js wifi.connect({ ssid: 'ssid', password: 'password', auto: true|false, }) ``` However, I think that...