msolters / wifi-control-node

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.
https://www.npmjs.com/package/wifi-control
MIT License
167 stars 48 forks source link

Not working on Ubuntu 14.04 #28

Open mbad0la opened 7 years ago

mbad0la commented 7 years ago

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 status | grep wlan
WiFiControl: Automatically located wireless interface wlan0.
WiFiControl: Scanning for nearby WiFi Access Points...
WiFiControl: Nearby WiFi APs successfully scanned (0 found).
{ success: true,
  msg: 'Nearby WiFi APs successfully scanned (0 found).',
  networks: [] }

even though there are APs in the area

mbad0la commented 6 years ago

I wasn't able to @edubey 😞

dogma-systems commented 5 years ago

I'm just finish my node.js app supposed to run in ubuntu 14.04 and read this!! my fault, could you confirm me if it works in more recently ubuntu version? thanks in advance