Skip to content

Releases: scivision/scan-wifi-python

Retire project for now as reference example

19 Sep 18:08
0a06744
Compare
Choose a tag to compare

Mozilla Location Services was shutdown. This project remains RETIRED as an example of cross-platform scanning of WiFi from Python

macOS temporarily deprecated, use pandas.dataFrame

11 Jun 22:35
25b71b0
Compare
Choose a tag to compare

use pandas.DataFrame internally for performance/ease

note that MacOS removed Airport. Need to have someone use ObjC CoreLocation as replacement.

Python >= 3.10

02 Oct 17:45
Compare
Choose a tag to compare
v1.6.0

Python >= 3.10

Python >= 3.9, improve macOS and general

27 Jan 20:19
Compare
Choose a tag to compare
  • 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

24 Nov 16:26
fb41aa8
Compare
Choose a tag to compare

correct windows, make get_signal, parse_signal functions

18 Oct 14:54
31cd7dc
Compare
Choose a tag to compare

breakup get_signal into get_signal, parse_signal e.g. dat = parse_signal(get_signal())

correct windows parsing

add macOS

14 Mar 04:41
Compare
Choose a tag to compare

add macOS via "airport" built into macOS

doc: correct urls

26 Jul 20:42
614a659
Compare
Choose a tag to compare
v1.1.2

doc

pep517/518 workaround

26 Jul 20:35
0b8aaee
Compare
Choose a tag to compare

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

26 Jul 20:28
1d2c299
Compare
Choose a tag to compare
  • 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