Show COVID-19 exposure notification statistics
Compare changes
- schneider authored
+ 113
− 20
@@ -4,6 +4,8 @@ import time
@@ -11,7 +13,14 @@ DM_ADV_TYPE_SERVICE_DATA = 0x16
@@ -37,12 +46,25 @@ def bytes2hex(bin, sep=""):
@@ -73,7 +95,7 @@ def process_scan_report(scan_report):
@@ -86,30 +108,28 @@ def ble_callback(_):
@@ -117,6 +137,79 @@ while True: