Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show near/medium/far also for the total count #25

Open
xandro0777 opened this issue Jan 29, 2022 · 11 comments
Open

Show near/medium/far also for the total count #25

xandro0777 opened this issue Jan 29, 2022 · 11 comments

Comments

@xandro0777
Copy link

..thanks

@marq24
Copy link
Owner

marq24 commented Jan 29, 2022

I have to admit, that I have difficulties to understand what you would like to see finally on the screen?

Do you want an additional total counters for "near" one for "medium" and another one for "far"? The Challenge I see here is, that a beacon can move from "far" to "near" - what's your expectation in such a situation concerning the "total" value of these fields?

@xandro0777
Copy link
Author

Do you want an additional total counters for "near" one for "medium" and another one for "far"?

exactly.

The Challenge I see here is, that a beacon can move from "far" to "near" - what's your expectation in such a situation concerning the "total" value of these fields?

Should be counted as the nearest it got so I know how many I passed very closely or at some distance.

@marq24
Copy link
Owner

marq24 commented Jan 29, 2022

mhh - ok...

Can we agree on the following "total count" behaviour?
1 beacon going from far to near will be counted as total_count_far +1, total_count_medium +1 and total_count_near +1
1 beacon going from medium to far will be counted as total_count_medium +1, total_count_far +1
anything else will add quite a complexity which require additional CPU usage (and the overall goal of the app is to be as battery friendly as possible)...

And have on thing in mind, this near or far count does not replace any real CoronaWarning apps (since there is way more requited ten just detecting beacons)...

Also if you are a bit more interested, you can check out the integrated BTLE Beacon Scanner in my 100 % free GPSLogger app -> see https://emacberry.com/gpsl/docs/4000-btlescanner/ for details (you might like to play around with the CSV export data).

@xandro0777
Copy link
Author

Yes, that sounds good enough. Does the app remember beacon it saw previously?

The beacon scanner looks interesting, where do I get it?

@marq24
Copy link
Owner

marq24 commented Jan 29, 2022

It's the core idea of the ExposureNotification Beacons that they are not trackable - the beacons change frequently their IDs (so actually it's a complete new beacon) and there is no way to "know" that ID had previously another ID...

In you would like to give GPSLoggers BeaconScanner a try you can get it vie the provided download links here:
https://www.emacberry.com/gpslogger.html

@xandro0777
Copy link
Author

Don't know for sure, but I thought every beacon lasts 2 weeks? Deduplicating them at least as long they don't change would make a huge difference. Most often I use the app just for a day and reset the counter in the evening anyway.

The GPS Logger is not on F-Droid?

@marq24
Copy link
Owner

marq24 commented Jan 30, 2022

Don't know for sure, but I thought every beacon lasts 2 weeks?

My Experience is different - at least the German CoronaWarnApp Beacons will get every 2-5 minutes a new ID...

The GPS Logger is not on F-Droid?

Nope - it'S not open sourced (yet) - only Amazon as GooglePlay alternative is available

@xandro0777
Copy link
Author

Just checked, it is true that the RPI should be exchanged every few minutes.

@Citro12
Copy link

Citro12 commented Jan 30, 2022

yes, you can control it with Ramble App

@marq24
Copy link
Owner

marq24 commented Feb 3, 2022

The GPS Logger is not on F-Droid?
Now it is :-)

https://emacberry.com/gpsl/docs/8910-fdroid.html

@xandro0777
Copy link
Author

xandro0777 commented Feb 3, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants