-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Description
Currently the library does not support writing HDF files directly. It should be possible to use the
StorageandStorageDataclasses of the ICOtronic library together with the event for updating the measurement data (sensor_node_measurement_data) to do that though.
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
-
Create measurement file using
StorageandStorageData -
Start measurement
-
In callback function for measurement event (
sensor_node_measurement_data):- Add streaming data with
Storage.add_measurement_data
- Add streaming data with
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request