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

Message "Incubators" #10

Open
BenLeadbetter opened this issue May 8, 2024 · 0 comments
Open

Message "Incubators" #10

BenLeadbetter opened this issue May 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@BenLeadbetter
Copy link
Collaborator

A nice addition to the crate would be some "Incubator" types (name notwithstanding), which could be fed with packets / bytes and then polled for valid messages.

Considerations

  • The solution should be #![no_std] friendly
  • We should accommodate parallel buffering where appropriate.
  • Especially for Sysex8 messages where the spec explicitly indicates they can be streamed in parallel.
  • Clock messages will probably need special handling because they can always come between packets of other message types.
  • FlexData and UmpStream have explicit limits on their message size (see the specs for deets).
@BenLeadbetter BenLeadbetter added the enhancement New feature or request label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant