High precision computer logger

From IARC 207 Wiki
Revision as of 11:14, 24 January 2016 by 24.237.158.13 (talk) (Created page with " Replace '''ntpd''' with '''chronyd''': * http://chrony.tuxfamily.org/ Then, also add '''gpsd''': * http://www.catb.org/gpsd/gpsd-time-service-howto.html * In addition to gps...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Replace ntpd with chronyd:

Then, also add gpsd:

root@turkey:/etc/default# cat /etc/default/gpsd
# Default settings for the gpsd init script and the hotplug wrapper.

# Start the gpsd daemon automatically at boot time
START_DAEMON="true"

# Use USB hotplugging to add new USB devices automatically to the daemon
USBAUTO="true"

# Devices gpsd should collect to at boot time.
# They need to be read/writeable, either by user gpsd or the group dialout.
DEVICES="/dev/ttyUSB0"

# Other options you want to pass to gpsd
GPSD_OPTIONS="-G -n"