Commit Graph

5 Commits

Author SHA1 Message Date
Harald Welte 8c0f608643 add gps-watchdog
gps-watchdog is a small tool that will connect to gpsd as a client using
libgps.  If no data is received for a configurable timeout, a
configurable systemd service will be killed via 'systemctl kill'.

The idea is that this will restart gpsd, and some ExecStartPre of the
gpsd service is then re-initializing the gps receiver hardware.
2015-08-05 09:44:45 +02:00
Harald Welte 9964203e03 Makefile: Move -lgps to the end for particularly picky linkers 2013-04-10 13:55:10 +02:00
Harald Welte 374dc34c26 Makefile: don't put "-lgps" into LDFLAGS as this is overridden by bitbake/poky 2013-04-10 13:52:23 +02:00
Harald Welte e3708f5040 Add -Wall and -O2 to CFLAGS 2013-04-10 12:16:18 +02:00
Harald Welte 346b5d00a9 initial checkin of 'gpsdate' program 2013-04-10 10:47:19 +02:00