We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Install gpsd:
sudo apt-get install gpsd gpsd-clients python-gps
Stop gpsd form running at boot time:
gpsd
sudo update-rc.d gpsd remove
Stop previous gpsd:
sudo killall gpsd
Start the daemon:
sudo gpsd /dev/ttyUSB0 -F /var/run/gpsd.sock
Test that the gps works:
cgps -s
If you want to start the gpsd automatically at boot time, add to /etc/rc.local:
/etc/rc.local