Skip to content

Determine How To Handle File Based Storage #7

@sanssecours

Description

@sanssecours

Description

Currently the library does not support writing HDF files directly. It should be possible to use the

I am not sure how feasible that is for a user of the libray such as our web API that is though. In the moment the process would probably something like this

  1. Create measurement file using Storage and StorageData

  2. Start measurement

  3. In callback function for measurement event (sensor_node_measurement_data):

    1. Add streaming data with Storage.add_measurement_data

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions