Releases: scivision/scan-wifi-python
Releases · scivision/scan-wifi-python
Retire project for now as reference example
macOS temporarily deprecated, use pandas.dataFrame
use pandas.DataFrame internally for performance/ease
note that MacOS removed Airport. Need to have someone use ObjC CoreLocation as replacement.
Python >= 3.10
v1.6.0 Python >= 3.10
Python >= 3.9, improve macOS and general
- Require Python 3.9 due to caching of commands
- greatly improve macOS, including option for low accuracy without sudo--previously, sudo was required. Sudo greatly improves location accuracy on macOS
- generally improve Pythonic nature of code
python -m instead of scripts
v1.4.0 badge
correct windows, make get_signal, parse_signal functions
breakup get_signal into get_signal, parse_signal e.g. dat = parse_signal(get_signal())
correct windows parsing
add macOS
doc: correct urls
v1.1.2 doc
pep517/518 workaround
This package is used on some embedded systems where system Python is used, so use well-known pep517 workaround to default to user site-packages
modernize and robustness
- Works on Windows and Linux
- add
mozloc_signal
to simply dump current bssid and signal to CLI - use src/ layout and modernize tests
- modularize code for better reuse and upgrades