This PR changes the API for process and dramatically simplifies its logic while also making it a bit more flexible with noisy input data.
Process now consolidates all unprocessed data immediately, and will iterate through data by packet + syncByte in a way that should minimize dropped packets.
Description
This PR changes the API for
process
and dramatically simplifies its logic while also making it a bit more flexible with noisy input data.Process now consolidates all unprocessed data immediately, and will iterate through data by packet + syncByte in a way that should minimize dropped packets.
Related Issues
Resolves #8