wadda / gps3

Python 2.7 - 3.5 interface to gpsd
MIT License
76 stars 32 forks source link

GPSd file socket support #19

Open dekomote opened 6 years ago

dekomote commented 6 years ago

https://github.com/wadda/gps3/blob/91adcd7073b891b135b2a46d039ce2125cf09a09/gps3/agps3.py#L48

GPSd supports both listening on an address or file socket. Proposing a change here to accept both ways.