tiagoshibata / Android-GPSd-Forwarder

Android service to forward NMEA messages to a GPSd server
MIT License
46 stars 21 forks source link

i can't init service in host #12

Closed darkalexpp closed 4 years ago

darkalexpp commented 4 years ago

gpsd -N -n udp://*:2581
gpsd:ERROR: can't bind to IPv4 port gpsd, Address already in use gpsd:ERROR: maybe gpsd is already running!

tiagoshibata commented 4 years ago

It means port 2581 is already in use. Try ss -atn and looking for any applications on this port, or choose a different port.