Skip to content

Bulk measurement upload #45

@tcsullivan

Description

@tcsullivan

The server API supports uploading multiple measurements in a single request. Right now we do one request per measurement, which obviously is not optimal.

See the API repo for docs on the measurements endpoint.

We could either build the request out of the DataPacket list at upload time, or maybe build up the request body as each measurement is recorded. The former would be a easier to implement.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions