Nature40 / pysensorproxy

A python tool to schedule, execute and log environmental measurements.
MIT License
0 stars 0 forks source link

faster startup #7

Closed jonashoechst closed 5 years ago

jonashoechst commented 5 years ago

currently, all sensors are tested on startup, which can take a long time, if long audio recording intervals are configured.

oxzi commented 5 years ago

Perhaps we should query each sensor in an own thread to prevent huge delays or starvation in case of single sensor failures.