Michael Böhme
Michael Böhme
Mit der Umstellung auf CWS v1.9 haben die Schätzungen für mich unplausible Werte ergeben (zu hoch). Zusätzlich gibt es mit der neuen Version des ENF auch ein Feld [`reportType`](https://developers.google.com/android/exposure-notifications/exposure-notifications-api#data-structures), was...
Keine Sorge, es gibt weiterhin Daten und diese wurden in der Zwischenzeit auch weiter erfasst. Seit Anfang Februar liefert die CWA interne Statistiken, die ich abgreife. Infolgedessen mussten aber einige...
> No, the new multiplier 5 was applied during the day, so for more correct values you would have to use the hourly key packages. 2 or 3 of these...
> I assume the package at 19: has only 3 users. > Old android should no longer be possible after pushing server version 1.0.9 online > [corona-warn-app/cwa-server#640](https://github.com/corona-warn-app/cwa-server/issues/640) This also affects...
> how do you know that? 2*5 = 10, so the package at 06: and 07: could also have a multipler of 5. You are absolutely right. My claim was...
> Do you think people would go through the trouble of calling the hotline and then not submit, or is there an issue with the padding factor calculation that leads...
> Note: If you download the hour/day package you will notice, that they will change their content. > I seams keys with date
> That looks closer to the estimate than the 300 from Mr. Spahn 10 days ago. Fortunately, the RKI is publishing these [numbers](https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/WarnApp/Kennzahlen.pdf?__blob=publicationFile) on a weekly basis. Thus, I have...
In this [commit](https://github.com/micb25/dka/commit/c3cb214afeae8911b8e9e1d8a63db98c9089594b), I have added a first implementation of a Python script to parse the app config files. It seems that the current config ([2020-07-18](https://github.com/micb25/dka/blob/master/data_CWA/app_config/app_config_2020-07-18.dat)) recognizes all exposures with...
Yes, this is exactly what I read out of the CWA [source code](https://github.com/corona-warn-app/cwa-app-ios/blob/develop/src/xcode/ENA/ENA/Source/Scenes/ExposureSubmission/View/Controller/ExposureSubmissionSymptomsOnsetViewController.swift). ``` private var optionGroupSelection: OptionGroupViewModel.Selection? { didSet { switch optionGroupSelection { case .datePickerOption(index: 0, selectedDate: let date):...