marq24 / UUID0xFD6FTracer

Scan your current environment for devices running an app that make us of the ExposureNotification Service
GNU General Public License v3.0
122 stars 6 forks source link

Support for 0xFD64 (french StopCovid app) #6

Closed weather-kr closed 3 years ago

weather-kr commented 3 years ago

Currently the App only supports the Service 0xFD6F, which is used by Google/Apple API

The french StopCovid APP uses a different Beacon Service:

"0000fd64-0000-1000-8000-00805f9b34fb"

For visitors in France or in areas next to country borders it might be useful to see how many users are using the french app instead or in addition to the local app based on the Exposure Notification API

I myself scanned BLE Beacons from both StopCovid/France and CWA/Germany APP with my raspberry PI and there the advantage of CWA is obvious. The french app only sends Beacons while running in foreground on Iphone. The CWA app also sends the Beacons while running in background.

marq24 commented 3 years ago

. to be implemented...

marq24 commented 3 years ago

Please check/verify, if the new build https://github.com/marq24/UUID0xFD6FTracer/releases/tag/0.9.1.4 will work as expected - I just have tested with CoronaWarnApp - and this still works.

If you update you need to enable StopCoid Support via the Settings - if you make a fresh install and you are running Android with French language, then StopCovid is auto-enabled.

Also PLEASE be so kind and review my "Google Translate based" French translation! https://github.com/marq24/UUID0xFD6FTracer/blob/master/app/src/main/res/values-fr/strings.xml

weather-kr commented 3 years ago

Thank you.

The App counts the french BLE Senders as expected. I have run a test with two IPhone 5s counterparts where the french app was installed.

Sometimes the app shows 3 senders for a short time when only 2 are expected, most probably this happens after MAC Address change.

I am a german user and my french language skill is only very basic.