diff options
author | Baitinq <you@example.com> | 2022-04-23 22:20:17 +0000 |
---|---|---|
committer | Baitinq <you@example.com> | 2022-04-23 22:20:17 +0000 |
commit | 3e33d36ba1c5e17e30c5882f109aa9d98cd2847b (patch) | |
tree | 6ae8b25fb12f6e1ef9fee7027b41fa07161d761f | |
parent | Added default vector map (diff) | |
download | Bluetooth_Dosimeter-3e33d36ba1c5e17e30c5882f109aa9d98cd2847b.tar.gz Bluetooth_Dosimeter-3e33d36ba1c5e17e30c5882f109aa9d98cd2847b.tar.bz2 Bluetooth_Dosimeter-3e33d36ba1c5e17e30c5882f109aa9d98cd2847b.zip |
Updated README
-rw-r--r-- | README.md | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/README.md b/README.md index c00f4fb5e..bf5357a5f 100644 --- a/README.md +++ b/README.md @@ -1 +1,40 @@ + # Bluetooth Dosimeter + +Hi! Bluetooth Dosimeter is a simple, modular and extensible Bluetooth contact tracker. + + +## Rationale + +There currently exists many apps and services which can help people trace, track and or compare physical contact data. These current mass-data gathering and centralised approaches carry many privacy and security risks, hence the niche of this service, which aims to provide a similar service without the centralisation and data storage. + +This service attempts to deliver on these claims by providing a self-hosted, offline and no-data-storage service which focuses on totally on the user instead on a collection of users. + +Although this limits the scope and functionality of the service, I believe the aforementioned privacy and security related advantages would offset the "decreased" functionality, while also having the major advantage of obtaining more trust from users which would more likely use the service. + +## Building & Running + +### Build + +#### Fetch the git submodules + + git submodule update --init --recursive + + git submodule update --remote --merge + +#### Build the docker image + + docker-compose build + +### Run + + docker-compose up + + + +## Usage + + +Press the start recording button in the homepage to start recording a new contacts session. Live analysis and comparisons will be generated in the analytics page. You can export and import the recorded data in the different analytics' tabs. + +To change any kind of setting including the API's endpoint, head over to the settings page. |