gilestrolab / ethoscope

a platform from monitoring animal behaviour in real time from a raspberry pi
http://lab.gilest.ro/ethoscope/
GNU General Public License v3.0
17 stars 25 forks source link

hardware interface should run in threads, not subprocesses #59

Closed qgeissmann closed 8 years ago

qgeissmann commented 8 years ago

It would make things much cleaner if each hardware connection was a thread, not a subprocess. These do not compute much, they simply send instructions to hardware, and wait for them to be processes.

qgeissmann commented 8 years ago

done