projecthorus / horusdemodlib

High Altitude Balloon Telemetry Library
GNU Lesser General Public License v2.1
49 stars 26 forks source link

Emit warning (and don't upload) if system time and decoded payload time are further apart than 1 hour. #169

Closed darksidelemm closed 1 year ago

darksidelemm commented 1 year ago

Recent example on this flight: https://grafana.v2.sondehub.org/d/HJgOZLq7k/basic?var-Payload=W1U&from=1689870215345&to=1689887733138&orgId=1

Receivers system clock was days out, resulting in telemetry from a live flight being reported with a date a few days in the past. Could tell there was an issue as time_received and datetime were hours apart.

darksidelemm commented 1 year ago

This might not be needed if https://github.com/projecthorus/sondehub-infra/issues/117 is implemented.

darksidelemm commented 1 year ago

Fixed in https://github.com/projecthorus/horusdemodlib/releases/tag/v0.3.12