sirmordred / covid19-contact-tracing

This repository includes code samples and APIs released by Google/Apple in an effort to contact tracing/exposure notification to fight covid19 pandemic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COVID-19 Android/IOS Exposure Notification Using Bluetooth Low Energy

  • Explicit user consent required
  • Doesn’t collect or use location data from your phone
  • Bluetooth beacons and keys don’t reveal user identity or location
  • People who test positive are not identified to other users, Google, or Apple
  • Will only be used for exposure notification by public health authorities for COVID-19 pandemic management
  • Doesn’t matter if you have an Android phone or an iPhone - works across both

Android/IOS implementations and code samples

For Android implementation go to Android subdirectory, based on https://github.com/google/exposure-notifications-android For IOS implementation go to IOS subdirectory, based on https://developer.apple.com/documentation/exposurenotification/building_an_app_to_notify_users_of_covid-19_exposure

Overview of COVID-19 Contact Tracing/Exposure Notification Using BLE

About

This repository includes code samples and APIs released by Google/Apple in an effort to contact tracing/exposure notification to fight covid19 pandemic


Languages

Language:Java 56.8%Language:Swift 43.2%