Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use decoded command to determine length #8

Merged
merged 9 commits into from
Jun 4, 2022
Merged

Conversation

jefflongo
Copy link
Owner

The old method of determining an end of packet was a threshold duration at the end of the bit. However, controllers may respond almost instantly, which would cause end-of-packets to not be recognized. This is basically a complete rewrite of the analyzer to use the command to determine how long the packet should be. This also implements taking advantage of FrameV2 to analyze the data.

@jefflongo
Copy link
Owner Author

This should fix #2

@jefflongo jefflongo merged commit 2889b90 into master Jun 4, 2022
@jefflongo jefflongo deleted the fix-wavebird branch June 4, 2022 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant