sitch-io/sensor

GPS time drift alerts

ashmastaflash opened this issue · 3 comments

Check GPS time against system time (Resin supervisor keeps device in sync via NTP) and alert if there's more than a 5 minute delta between the two.

This happens in the Geo Correlator component

Events contain the necessary time stamps: 6fd70d3

Conversion for ISO to datetime object 637ee56

Time delta calculator: ea808a4