MohGovIL / rn-contact-tracing

React Native Library For Contact Tracing Over BLE (Bluetooth Low Energy) To Fight COVID-19 Pandemic
MIT License
59 stars 16 forks source link

Logger #4

Open codeagainstcovid opened 4 years ago

codeagainstcovid commented 4 years ago

Background The algorithm people need real data in order to develop the proximity algorithm based on rssi.

Requirements v1 The app should use the rn-contact library - example project The app should send and receive BLE packets in background every 100ms The data will include: Time stamp, device name, Data, Bssid, Rssi - just add in rn-contact params for interval ad the needed data The data should be written in local db - done The user will be able to extract a csv file and download it to device storage - extract to JS already done - they just need to push it to some file with JS

Requirements v2 Right after the packet was received sample the following sensors: Location:long lat Proximity Rotation vector Accelerometer Battery level

Write it to db

Extract it to csv

orenktaboola commented 4 years ago

We (Taboola) are on it. We will update on progress