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

Log should emit timestamped RPI and nothing else #2

Closed phooky closed 4 years ago

phooky commented 4 years ago

We need a timestamp attached to the RPI and can discard the rest of the advertisement info.

If we dump logs into one file/day, we can just retain time-of-day in the timestamp.

phooky commented 4 years ago

v1.1: needs to include AEM as well. debug: should log random address to test that it's being updated properly.