Elektrine lite

← Feed

@rune@social.intothecloud.net

Post #1034266

2026-03-26 15:53 UTC

I set up a GPS-reference Stratum-1 NTP server at home. This was a neat project, but rather painful. Not sure I'd recommend it, honestly, but I learned a lot. See thread for some learnings and rantings. 1/x #ntp #time #homelab #selfhost

Replies (1)

  • First, it's not "GPS" that you're having Chrony (or NTPd) syncing to. It's 1 Pulse-Per-Second (PPS), which is why my screenshot says PPS is my reference clock. GPS delivers "NMEA stanzas" over a serial connection. Which means we're talking over (usually slow) serial baud rates, over which you receive "the time is now X", along with many other messages and have to guess at how long ago that timestamp was generated, since it takes many milliseconds to receive. 2/x

    Open ##2958989