wifispy icon indicating copy to clipboard operation
wifispy copied to clipboard

Updated to python 3 - but original bugs still exist

Open charliebabbitt1988 opened this issue 4 years ago • 0 comments

This has been updated to python 3 and some functionality was added so that you can specify an interface as sys.argv[1]. There is no check with nmcli, however. If this code base can have the original bugs addressed, then a check for the wi-fi interface can be added by parsing the output of "nmcli dev status" or the contents of /etc/NetworkManager/NetworkManager.conf. If the former shows it as "unmanaged", then the check would pass. If the latter check has an exception for the interface under "[devices]", then that check would also pass.

That stated, the original bugs, as documented in the main README.md, still exist and should be addressed first by either handling the exceptions smartly or refactoring this code entirely.

charliebabbitt1988 avatar Sep 21 '21 05:09 charliebabbitt1988