Sample project to keep a record of the people that you cross in the street and they are using this app. It´s based in Bluethoot LE.
The whole Idea of the the project is to try to be the framework that other use to create their own Covid tracking apps like ("https://mothership.sg/2020/03/trace-together-covid/").
So the idea is that every phone has a server and a client that interchange their "COVID IDs" and then if someone is infected you can check those Ids and warn them.
The purpose of the project don´t involve the creation of the Backend servers necessary to do the registration and generation of the COVID ids. Or the creation of any final app, as I said this is just an example to be used as a starting points for other developments.
This project is based in the information and tutorials found in
- https://github.com/bignerdranch/android-bluetooth-testbed
- https://mothership.sg/2020/03/trace-together-covid/
1. Clone Repository
2. Open with Android Studio
3. Configure Android SDK
4. Launch application (You will need 2 phones minimum with Bluetooth LE running the app at the same time)
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.