-
Notifications
You must be signed in to change notification settings - Fork 9
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
#![no_std] compatibility #9
Comments
Hello @squidpickles ,
|
Hi @elpiel, Yes, I have started some work on this. The message size limits do help, but AIS messages can be multipart; people have observed up to 10 parts combined into a single message. I've been thinking about the best way to do this, mainly because there are tradeoffs between covering most use cases efficiently and still having room for the extremes. Likely, I'll do an |
Yes, we do have some combinations for GNSS message types in I don't really know what messages we should combine though and what information can be collected from multiple messages. I'm also open to suggestions for features in |
Some thought will need to go into optimal buffer sizes given multi-part messages, and I would want to look at a better way of building up character data, but this seems doable given demand.
The text was updated successfully, but these errors were encountered: