iw_parse
iw_parse copied to clipboard
Parse the output of iwlist scan to get the name, address, quality, channel, and encryption type of all networks broadcasting within your Wireless NIC's reach.
Fixed a TypeError that was occurring when running in Python 3. Created setup.py, setup.cfg, and pyproject.toml to support pip installation. Changed directory structure a bit to support this as well....
On RPI 4, I am getting following error, ``` >>> get_interfaces() Traceback (most recent call last): File "", line 1, in File "/home/pi/smartcar-app-v1/lib/iw_parse.py", line 336, in get_interfaces return get_parsed_cells(call_iwlist(interface).split('\n')) TypeError:...
I am seeing an issue when I try to install the latest (0.0.3) version of the iw_parse package using `pip`. ``` # pip install iw_parse Downloading/unpacking iw-parse Downloading iw_parse-0.0.3.tar.gz Running...
**ImportError: No module named 'iw_parse'** iw_parse cannot use in python 3.x now. Please do something. Although I already installed the module. ___________________________________________________________________________________________________ ___________________________________________________________________________________________________   
Encryption WPA2 is listed as WEP. Maybe can help suggestion mentioned here: https://bbs.archlinux.org/viewtopic.php?pid=1383027#p1383027 Thanks for review.