Skip to content
This repository has been archived by the owner on Apr 14, 2018. It is now read-only.

Make ANT message parser a state machine based #11

Open
qdot opened this issue Aug 8, 2011 · 0 comments
Open

Make ANT message parser a state machine based #11

qdot opened this issue Aug 8, 2011 · 0 comments
Labels

Comments

@qdot
Copy link
Member

qdot commented Aug 8, 2011

Right now, we just get all of whatever is sitting on the rx buffer and parse the received data as one packet. However, sometimes (like when closing a channel), we get multiple packets back at once. This causes the library to freak out because the bytes are where it wants them to be. Change the message parser to work as a state machine instead of a bulk parser.

@ghost ghost assigned qdot Aug 8, 2011
@qdot qdot removed their assignment Apr 13, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant