DP-3T/dp3t-sdk-android

Matching customization

Vanuan opened this issue · 2 comments

Is there a way to customize contact matching, e.g by specifying number or ephIDs, number of epochs, signal strength, exposure duration?

If no, would you be willing to accept PRs to customize it?

Android Exposure Notification API currently has 2 settings:

  • attenuationValueThreshold (a difference between rx and rssi scaled to byte range)
  • durationMinutesThreshold (0 means no threshold)

Also, the following information about exposure is provided:

  • daysSinceLastExposure
  • matchedKeyCount
  • date
  • durationMinutes
  • attenuationValue

Seems to be implemented in #80