project-kaat / gpsdRelay

Simple Android app that relays NMEA information to a gpsd server
Apache License 2.0
41 stars 9 forks source link

example script #5

Closed pi0projects closed 1 year ago

pi0projects commented 1 year ago

could you please provide a sample script on how to obtain the gpsd data.

project-kaat commented 1 year ago

could you please provide a sample script on how to obtain the gpsd data.

by obtaining data you mean receiving it on the client side?

project-kaat commented 1 year ago

well, anyways. To use this app as a tcp gpsd source you can just launch gpsd on your receiver device like so: gpsd tcp://<phone_ip_here>:<phone_port_here> Closing the issue