MartijnBraam/gpsd-py3

ConnectionRefusedError: [errno 111] Connection refused

Opened this issue · 0 comments

i needed a simple short script for for tracking android phones.
and i use :

import gpsd
gpsd.connect()
packet = gpsd.get_current()
print(packet.position())

Screenshot_20191226-023802_QPython3 1