opentrace-community / opentrace-android

OpenTrace Android app. Reference implementation of the BlueTrace protocol.
https://bluetrace.io
GNU General Public License v3.0
577 stars 225 forks source link

Bluetooth services #36

Closed potatoFry closed 4 years ago

potatoFry commented 4 years ago

Hey, is it possible to use the bluetooth feature of the application without the cloud functions? Will the Bluetooth feature where one device running open source openTrace and another device running TraceTogether from the playstore be able to communicate and log their encounter?

alexissinglaire commented 4 years ago

@potatoFry : i believe the purpose of the backend is to enable following things:

as for scanning between bluetooth device it;s done locally on each device.

if you only need to use mobile function (without cloud), it will need a lot of things you need to change in the mobile app code and for sure the items i listed above surely cannot be handle within local mobile device itself.

so there is give and take, and without the cloud functions i dont think this app will give descent result that you expect.

hope it helps.