phooky / contact-tracing-ble

Quick implementation of the Apple/Google joint contact tracing beacon specification (now known as "Exposure Notification")
MIT License
34 stars 1 forks source link

Confirm clock is correct before starting #12

Open phooky opened 4 years ago

phooky commented 4 years ago

The Raspberry Pi doesn't have a RTC and needs to initially connect to a network to set the time correctly. We should interact with fake-hwclock in some manner to ensure that the beacon doesn't run until the actual time is valid.