Coder Social home page Coder Social logo

covidtracker's Introduction

Social Distancing Tracker

Proof of concept (PoC) has been created to check whether an android smartphone can detect another nearby device for social distancing. The application continuously searches for any nearby devices in the background and stores the log information in the local storage. Track logs can be accessed anytime by launching the app in the foreground.

Android 4.3 (API level 18) introduces built-in platform support for Bluetooth Low Energy (BLE) in the central role and provides APIs that apps can use to discover devices, query for services, and transmit information. The application continuously advertises bluetooth low energy signals, which will be detected by any nearby android devices. The advertising and device recognition happens entirely in the background without any user intervention. The distance will be calculated by the signal strength at the moment. This is achieved by using the library Android beacon Library. The library internal uses bluetooth low energy API.

On detecting any nearby devices, the application stores the device's unique ID, timestamp, signal strength into the local database. The data can be accessed anytime by the app user. The data can also be synchronized to a remote server on active internet connection or upon user request (Not implemented yet)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.