
One of the most common patterns I’ve run into while working on PiBox has been threads that process inbound data via a queue. The pattern is simple enough. Initialize a thread to acquire data When data arrives, put it into a data structure Place the data structure on a queue […]