bearing / dosenet-raspberrypi

Raspberry Pi specific software for dosimeters.
MIT License
7 stars 21 forks source link

main.sh and rt_waterfall #98

Closed tybtab closed 7 years ago

tybtab commented 7 years ago

I restructured the class so there is only one queue now. Also self.image is now just updated by concatenating from the queue. So it should be using resources more efficiently.

tybtab commented 7 years ago

Ali brought up that when the D3S is in waterfall mode (say for an interval of 10 seconds) that it is not needed and can potentially be bad for the server when the D3S sends data to server. I added a conditional to stop the D3S from sending data to server while in waterfall mode. (probably increases waterfall modes speed and utilization of resources as well)