Multi-threading
Opened this issue · 0 comments
lafrech commented
Some calculations rely on the time the data is received. For instance a power is calculated using the reception timestamp. Since this timestamp is determined when the data is read from the serial port, for instance, or from whichever buffer, we need to ensure that this is done as fast as possible.
Having seperate threads for each listener seems like an option.