Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F firmware
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 74
    • Issues 74
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 29
    • Merge requests 29
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • card10card10
  • firmware
  • Merge requests
  • !392

Show COVID-19 exposure notification statistics

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged schneider requested to merge schneider/covid-tracing into master Jun 25, 2020
  • Overview 14
  • Commits 8
  • Pipelines 15
  • Changes 9

Based on !390 (merged)

Displays how many unique MACs (aka phones) which send exposure notifications have been seen during the last 100 seconds.

It tries to distinguish between Apple and Google devices based on a heuristic mentioned in https://github.com/znuh/microbit-corona-scanner. The user can choose if they want the LEDs and/or the vibration motor to show newly discovered MACs / exposure notifications.

Loosely based on:

  • https://github.com/kauzu/CoronaAppDetector
  • https://github.com/frankrieger/CoronaAppDetectorM5StickC
  • https://github.com/znuh/microbit-corona-scanner

Most of the logic resides in a plain Python script and can be modified by the user as needed.

IMG_20200628_005806

Edited Jun 27, 2020 by schneider
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: schneider/covid-tracing