ubc-systopia / pancast-server

Go HTTP server for PanCast Backend
2 stars 0 forks source link

Risk Update Chunking #9

Closed rlnsy closed 3 years ago

rlnsy commented 3 years ago

The update endpoint needs to divide the ephemeral id list into smaller chunks for downloading.

Specifically, we must do the following:

rlnsy commented 3 years ago

EDIT: should allow chunk number as a parameter to the update request, which queries a specific chunk

rlnsy commented 3 years ago

EDIT: should also parameterize the max filter size e.g. MAX_FILTER_SIZE, but it should be set to 2kb right now as that's what the dongle assumes.