wireless
wireless copied to clipboard
A dead simple, cross-platform Python library to connect to wireless networks.
Hi, I'm running Mac OSX 10.11.6 - Python 2.7.10 - pip 9.0.1 from /Library/Python/2.7/site-packages (python 2.7) I tried running this command: `sudo pip install wireless` But it triggers error: ```...
Awesome idea. It kicked me to search how to do that in Windows - http://www.hanselman.com/blog/HowToConnectToAWirelessWIFINetworkFromTheCommandLineInWindows7.aspx
OS: Ubuntu 14.04 Wifi adapter: Linksys AE3000 Disabling wifi via the gnome network menu and re-enabling fixes the problem. I can probably scan or enable and disable via `nmcli` to...
Without `iwconfig`, wireless fails silently when using the wpa_supplicant adapter. Needed to do `sudo apt-get install wireless-tools` to fix.
This is unexpected behaviour, IMO. Could this be router specific? It's a HITRON-B090. Code Sample: `resp = wireless.Wireless().connect(ssid="MY_SSID", password="MY_PASSWORD")` `if resp: log.debug("connected!")`
``` >>> w = Wireless() Traceback (most recent call last): File "", line 1, in w = Wireless() File "/home/d/virtualenv/lib/python2.7/site-packages/wireless/Wireless.py", line 23, in __init__ self._driver_name = self._detectDriver() File "/home/d/virtualenv/lib/python2.7/site-packages/wireless/Wireless.py", line...
I use Ubuntu 16.04.2 LTS and wireless version 0.32 after call the wireless.connect method i see two SSID with the same name, example: wifi_net wifi_net 1 wifi_net n is it...
I do not currently have the full suite of hardware that I had when I originally created this library. I'd like to create mock network managers for each of the...