IMLS / estimating-wifi

Estimating Wifi is a pilot project to automate the censusing of proximal wifi devices via low-cost and open source tools.
https://10x.gsa.gov/projects/shared-components-for-museums-and-libraries/
Other
10 stars 2 forks source link

Restarts/reboots on the sensor side need to be accounted for on the backend #362

Open bklaas opened 1 year ago

bklaas commented 1 year ago

If either the sensor service restarts or the device reboots (power outage, windows being windows, etc.), the ephemeral DB on the Sensor process is wiped and the data for that day when posted at midnight is going to not reflect the entire 24hrs of data.

We should at least account for this on the database side, possibly by shipping uptime/boot time to the backend so it can detect when we aren't sending a full 24h window of data.