Skip to main content

Using Mozilla Location services, log location vs. time using WiFi or convert to KML.

Project description

Mozilla Location Services from Python

Actions Status Python versions (PyPI) PyPi Download stats

Uses command line access to WiFi information in a short, simple Mozilla Location Services with Wifi from Python. The command line programs used to access WiFi information include:

Note that a similar service with better accuracy is available from Google. Let us know if you're interested.

Install

Get latest release

pip install mozloc

or for latest development version

git clone https://github.com/scivision/mozilla-location-wifi/
pip install -e mozilla-location-wifi/

Usage

MozLoc

Shows time lat lng accuracy N BSSIDs heard. In urban areas, accuracy of less than 100 meters is possible.

dump raw signals

mozloc_signal

Windows

On Windows, NetSH is used. You may need to disconnect from WiFi (leave WiFi enabled) to make your WiFi chipset scan and be able to get location.

convert to KML

Display logged data in Google Earth or other KML viewer after converting from CSV to KML:

python csv2kml.py in.log out.kml

which uses

pip install simplekml

Note that your time MUST be in ISO 8601 format or some KML reading programs such as Google Earth will just show a blank file. E.g.

2016-07-24T12:34:56

TODO

Would like to add Bluetooth beacons.

Notes

Windows

To print verbose information about nearby WiFi:

netsh wlan show networks mode=bssid

Raspberry Pi 3 / 4 / Zero W

Debian comes without NetworkManager by default. Be careful as you lose Wifi password etc. by this procedure

  1. Install network manager and remove the old
    apt install network-manager
    apt purge dhcpcd5
    
    reboot
  2. upon reboot, try
    nmcli dev wifi list
    
    you should see several wifi access points and signal.
  3. try the MLS geolocation program above.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mozloc-1.1.2.tar.gz (10.4 kB view details)

Uploaded Source

File details

Details for the file mozloc-1.1.2.tar.gz.

File metadata

  • Download URL: mozloc-1.1.2.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/49.2.0.post20200714 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for mozloc-1.1.2.tar.gz
Algorithm Hash digest
SHA256 c0a7f0f93f17ca970ef37b77b1195611f03230dc849a7ce16a0b07fb9df09288
MD5 cadbc578941725a0888ba23fcddef976
BLAKE2b-256 8ddb32c651df3378776a80d921354fe3162a8c88d05df25ebb4748f971b70f84

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page