Thibault Friedrich
Thibault Friedrich
Hi, Can you describe me how you authenticate you on a Eduroam wifi ? I think you must type your login and password on a web page if I remember...
You don't use a web interface to connect your computer ? How can you connect your computer on other OS ?
Ok and How does it work on windows or macOS ?
On windows, `node-wifi` uses `netsh` command. On linux, it is `nmcli` and on macOs it is `airport`. Do you know I could manager peap with these commands because I didn't...
Sorry for the delay. Can you write the code you are using?
Hi sorry for delay! I am happy there are new projects around node-wifi. It is a great idea. It think this kind of feature is not included directly in the...
Sorry for the delay. I am not sure to understand the reason. The try catch outside the exec call should handle this error. I am investigating.
Hi, In order to improve the stability of this library, I think it would be better to create unit tests and have example of netsh standard output to reproduce this...
Hello, Can you try to run the command `nmcli --terse --fields active,ssid,bssid,mode,chan,freq,signal,security,wpa-flags,rsn-flags device wifi list ifname wlan0` in a terminal and print the result here?
I see several possibilities: - node doesn't the same access as your user in the terminal - `nmcli` returns a none-zero error in the terminal - `child_process` has trouble on...