File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
1
# Mozilla Location Services from Python
2
2
3
- [ ![ Actions Status] ( https://github.com/scivision/mozilla-location-wifi/workflows/ci/badge.svg )] ( https://github.com/scivision/mozilla-location-wifi/actions )
4
-
3
+ ![ Actions Status] ( https://github.com/scivision/mozilla-location-wifi/workflows/ci/badge.svg )
5
4
[ ![ Python versions (PyPI)] ( https://img.shields.io/pypi/pyversions/mozilla-location-python.svg )] ( https://pypi.python.org/pypi/mozilla-location-python )
6
5
[ ![ PyPi Download stats] ( http://pepy.tech/badge/mozilla-location-python )] ( http://pepy.tech/project/mozilla-location-python )
7
6
@@ -30,6 +29,11 @@ python MozLoc.py
30
29
Returns ` dict() ` containing ` lat ` ` lng ` ` accuracy ` ` N BSSIDs heard ` .
31
30
In urban areas, accuracy ~ 5 - 100 meters.
32
31
32
+ ### Windows
33
+
34
+ On Windows, NetSH is used.
35
+ You may need to disconnect from WiFi (leave WiFi enabled) to make your WiFi chipset scan and be able to get location.
36
+
33
37
### convert to KML
34
38
35
39
Display logged data in Google Earth or other KML viewer after converting from CSV to KML:
@@ -59,6 +63,14 @@ Would like to add Bluetooth beacons.
59
63
* [ Alternative using Skyhook and geoclue] ( https://github.com/scivision/python-geoclue )
60
64
* [ Raspberry Pi NetworkManager] ( https://raspberrypi.stackexchange.com/a/73816 )
61
65
66
+ ### Windows
67
+
68
+ To print verbose information about nearby WiFi:
69
+
70
+ ``` posh
71
+ netsh wlan show networks mode=bssid
72
+ ```
73
+
62
74
### Raspberry Pi 3 / 4 / Zero W
63
75
64
76
Debian comes without NetworkManager by default.
You can’t perform that action at this time.
0 commit comments