wifi-control-node icon indicating copy to clipboard operation
wifi-control-node copied to clipboard

A NodeJS module that allows you to scan for, connect to and disconnect from wireless access points near the server. Great for offline or local apps.

Results 38 wifi-control-node issues
Sort by recently updated
recently updated
newest added

This is the error that I dot while installing the package in my repo. Looks like we have to change something in the dist or something like this. I am...

I am not sure if I just missed it or if it is really not possible, but is there a WPS function yet? If not, is it planned to integrate...

I can scan for wi-fi connections but when i try to connect to it, I got a message `Encountered an error while acquiring network interface connection state: [object Object] `...

Hello, I have used wifi-control with Ubuntu Mate 16.04 LTS on Odroid Xu4 . It works perfectly fine on it. I never had an issue with anything. Now, I am...

In this commit, you can 1. Choose which Wi-Fi adapter you want to connect with AP or you want to reset 2. Get Wi-Fi dongle connection information 3. Get correct...

Getting the following response for scan : ``` WiFiControl: Debug mode set to: true WiFiControl: Determining system wireless interface... WiFiControl: Host machine is Linux. WiFiControl: Executing: nmcli -m multiline device...

Hi @msolters, Testing in Win10 I could noted that after "connectToAP" the wifi cant connect, so I discovered that calling the command: `netsh wlan set profileparameter name="MyApName" connectionmode=auto` The network...

Issue https://github.com/msolters/wifi-control-node/issues/41 - Instead of greping for wlan0, grep for wifi and check for the interface name in the previous line

Hi! The package isn't working correctly on Windows. When I try to connect to a WiFi, I get this error: Connection confirmation timed out. (5000ms). The weird thing though, that...

Hi guys! Scan for wifi networks got error on Windows 7 x64: { Error: Command failed: C:\Windows\System32\netsh.exe wlan show networks mode=Bssid at ChildProcess.exithandler (child_process.js:217:12) at emitTwo (events.js:106:13) at ChildProcess.emit (events.js:194:7)...