Skip to main content

Python 3 library for working with gpsd

Project description

This is a library for polling gpsd in Python3

Installation

Install through pip:

$ pip3 install gpsd-py3

Usage

Just import it and poll the gps. Only a single gpsd server a time is supported:

import gpsd

# Connect to the local gpsd
gpsd.connect()

# Connect somewhere else
gpsd.connect(host="127.0.0.1", port=123456)

# Get gps position
packet = gpsd.get_current()

# See the inline docs for GpsResponse for the available data
print(packet.position())

More detailed documentation is available in the inline docstrings in the module. A list is also readable in DOCS.md (thanks @richteelbah for the detailed docs)

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

gpsd-py3-0.2.0.tar.gz (3.9 kB view hashes)

Uploaded Source

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