All Projects → helloworldkr → Bluetooth-ble-beamer-and-scanner-for-tracing-corona-virus-infected-individual

helloworldkr / Bluetooth-ble-beamer-and-scanner-for-tracing-corona-virus-infected-individual

Licence: other
Bluetooth ble beacon beamer and scanner for tracing corona virus infected person similar to Trace Together app

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bluetooth-ble-beamer-and-scanner-for-tracing-corona-virus-infected-individual

covidtrackerapiwrapper
CovidSharp is a crossplatform C# API wrapper for the Coronavirus tracking API (https://github.com/ExpDev07/coronavirus-tracker-api)
Stars: ✭ 11 (-57.69%)
Mutual labels:  coronavirus, coronavirus-tracker, covid-19, covid19
Coronavirus Tracker Api
🦠 A simple and fast (< 200ms) API for tracking the global coronavirus (COVID-19, SARS-CoV-2) outbreak. It's written in python using the 🔥 FastAPI framework. Supports multiple sources!
Stars: ✭ 1,577 (+5965.38%)
Mutual labels:  coronavirus, coronavirus-tracker, covid-19, covid19
covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (-11.54%)
Mutual labels:  coronavirus, coronavirus-tracker, covid-19, covid19
Covid19radar
Open Source / i18n / iOS Android Cross Platform Contact Tracing App by exposure notification framework Xamarin App and Server Side Code
Stars: ✭ 35 (+34.62%)
Mutual labels:  bluetooth-low-energy, coronavirus, coronavirus-tracker, covid-19
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+88.46%)
Mutual labels:  coronavirus, coronavirus-tracker, covid-19, covid19
Coronavirus
Java API Wrapper for tracking coronavirus (COVID-19, SARS-CoV-2) via https://git.io/Jvoep
Stars: ✭ 16 (-38.46%)
Mutual labels:  coronavirus, coronavirus-tracker, covid-19, covid19
coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
Stars: ✭ 13 (-50%)
Mutual labels:  coronavirus, coronavirus-tracker, covid-19, covid19
Blueborne Scanner
Bluetooth scanner for local devices that may be vulnerable to Blueborne exploit
Stars: ✭ 125 (+380.77%)
Mutual labels:  scanner, bluetooth, ble, bluetooth-low-energy
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+369.23%)
Mutual labels:  coronavirus, coronavirus-tracker, covid-19, covid19
covid-19
An app made with Flutter to track COVID-19 case counts.
Stars: ✭ 47 (+80.77%)
Mutual labels:  coronavirus, coronavirus-tracker, covid-19, covid19
ios
CoThings's iOS application. CoThings is a realtime counter for shared things.
Stars: ✭ 13 (-50%)
Mutual labels:  bluetooth, bluetooth-low-energy, coronavirus, covid-19
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (+61.54%)
Mutual labels:  coronavirus, covid-19, covid19
covid19-resources
Curated list of Coronavirus data & apps
Stars: ✭ 35 (+34.62%)
Mutual labels:  coronavirus, covid-19, covid19
theheraldproject.github.io
Herald - Proximity Detection Protocol and research documentation, including the Fair Efficacy Formula
Stars: ✭ 17 (-34.62%)
Mutual labels:  bluetooth, ble, bluetooth-low-energy
coronavirus-data
This repository contains data on Coronavirus Disease 2019 (COVID-19) in New York City (NYC), from the NYC Department of Health and Mental Hygiene.
Stars: ✭ 926 (+3461.54%)
Mutual labels:  coronavirus, covid-19, covid19
ESP32BleAdvertise
Simple library for BLE advertise using ESP32 in Arduino
Stars: ✭ 39 (+50%)
Mutual labels:  bluetooth, ble, bluetooth-low-energy
PiBeacon
Low-cost iBeacon using Raspberry Pi
Stars: ✭ 41 (+57.69%)
Mutual labels:  bluetooth, bluetooth-low-energy, beacons
Cough-signal-processing
Different methods and techniques for features extraction from audio
Stars: ✭ 42 (+61.54%)
Mutual labels:  coronavirus, covid-19, covid19
covid19
Visualize and compare COVID 19 growth rates of different countries
Stars: ✭ 22 (-15.38%)
Mutual labels:  coronavirus, covid-19, covid19
SmartSpin2k
Transform your spin bike into a Smart Trainer!
Stars: ✭ 88 (+238.46%)
Mutual labels:  bluetooth, ble, bluetooth-low-energy

Introduction

This is a basic skeleton app with Bluetooth beacon functionality to assist easy development of contact tracing apps. The concept of human contact tracing using Bluetooth BLE beacons to fight corona virus was first introduced by the Singapore Government. This code repo can help other institutions and Governments easily develop such an app.

Link to TraceTogether app by Singapore Gov

Audi R8

News Coverage latimes channelnewsasia

Details of this Repo

What does this app do

When you launch the app, it assigns a random ID to the device which starts getting advertised around as BLE beacon. At the same time, it listens to nearby devices that are using this app and displays their ID.

Features

  • Converts own device into ble bluetooth beacon
  • Displays and listens to all the nearby apps using this app
  • Works in background (using foreground service)
  • Uses Eddystone BLE protocol (can easily be customized to use other protocols eg. IBeacon)
  • Eddystone BLE beacon can be scanned by IOS devices too

Screenshot

Library Used

AltBeacon Github

Future possible optimization

  • Battey optimization

Other possible ways to doing contact tracing as our understanding and their issues

  • Scanning nearby Bluetooth devices and getting their mac addresses Issue- > Android doesn't allow to read own Bluetooth mac address programmatically so phone number and own mac address cannot be mapped
  • Google nearby to scan and broadcast id Issue -> Cannot run nearby in the background

Contribution

Feel Free to share your ideas and you can always add more functionalities to code and do a pull request.

Licensing

Apache 2.0 License

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].