Software architecture for the Open Source All Sky Camera (OSASC)
2020 Nov 27 - Brian Kloppenborg
- Initial architecture was written as a single python script
- discovered that the pi didn’t have enough horsepower to do that
- split script into multiple parallel processes that communicate using ZeroMQ messages
- introduced some custom C code to interface with Python