gpsd - cgps and gpsmon delivering different values -


i getting myself gpsd , had been playing around little, until noticed following issue:

the console commands gpsmon , cgps showing different values. exact, difference between both around 3'. cgps value correct one, gpsmon 3' off.

since not small number, i'd find out problem here.

anyone has idea?

i fixed "cleaning up" gpsd.

sudo systemctl stop gpsd sudo systemctl stop gpsd.socket sudo systemctl disable gpsd.socket sudo gpsd /dev/ttyacm0 -f /var/run/gpsd.sock 

then works fine.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -