Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.08 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.08 KB

SwissCovid learning tools

Tools for learning how the SwissCovid mobile application actually works.

  • logger.py: prints Exposure Notification packets received using BLE in JSON
  • exposed.py: prints exposure records from the API
  • status.py: displays all devices currently broadcasting Expose Notification packets

Requirements

  • Python 3
$ sudo apt install python3-bluez

Tested on a Raspberry Pi 3 Model B+ running Raspbian GNU/Linux 10 (buster).

References