Skip to content

Commit 7abee9a

Browse files
committed
doc
1 parent bb13ecd commit 7abee9a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed
File renamed without changes.

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Mozilla Location Services from Python
22

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)
54
[![Python versions (PyPI)](https://img.shields.io/pypi/pyversions/mozilla-location-python.svg)](https://pypi.python.org/pypi/mozilla-location-python)
65
[![PyPi Download stats](http://pepy.tech/badge/mozilla-location-python)](http://pepy.tech/project/mozilla-location-python)
76

@@ -30,6 +29,11 @@ python MozLoc.py
3029
Returns `dict()` containing `lat` `lng` `accuracy` `N BSSIDs heard`.
3130
In urban areas, accuracy ~ 5 - 100 meters.
3231

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+
3337
### convert to KML
3438

3539
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.
5963
* [Alternative using Skyhook and geoclue](https://github.com/scivision/python-geoclue)
6064
* [Raspberry Pi NetworkManager](https://raspberrypi.stackexchange.com/a/73816)
6165

66+
### Windows
67+
68+
To print verbose information about nearby WiFi:
69+
70+
```posh
71+
netsh wlan show networks mode=bssid
72+
```
73+
6274
### Raspberry Pi 3 / 4 / Zero W
6375

6476
Debian comes without NetworkManager by default.

0 commit comments

Comments
 (0)