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

Add ability to decode across multiple frames #2641

Open
gdt opened this issue Sep 25, 2023 · 0 comments
Open

Add ability to decode across multiple frames #2641

gdt opened this issue Sep 25, 2023 · 0 comments
Labels
enhancement Request to add a feature (other than a decoder)

Comments

@gdt
Copy link
Collaborator

gdt commented Sep 25, 2023

There is at least one device (see #2314) where one can only decode a pair of messages jointly, meaning that decoding each indivdually and having some other process assemble the parts is infeasible. This issue is a feature request to enable decoders to do this joint decoding, necessarily involving storing state from one message for joining with a later message. This issue is not about any other kind of joint processing, and in particular it excludes "turn sensor off if new report not received", and anything that could be done in a second program receiving a json feed.

This splits the joint decode feature from #2635.

@gdt gdt added the enhancement Request to add a feature (other than a decoder) label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Request to add a feature (other than a decoder)
Projects
None yet
Development

No branches or pull requests

1 participant