/pygpsd

GPSD client

Primary LanguagePythonMIT LicenseMIT

pygpsd

this is a library for polling gpsd with python

how to..

.. install

pip install pygpsd

.. use

from pygpsd import GPSD

gpsd = GPSD()
data = gpsd.poll()