MartijnBraam / gpsd-py3

Python 3 GPSD client
105 stars 45 forks source link

ConnectionRefusedError: [errno 111] Connection refused #22

Open giosin opened 4 years ago

giosin commented 4 years ago

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