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

Support multiplexing #76

Open
MathiasKoch opened this issue Feb 4, 2021 · 1 comment
Open

Support multiplexing #76

MathiasKoch opened this issue Feb 4, 2021 · 1 comment
Labels
atat Issues related to the atat crate of the workspace enhancement New feature or request help wanted Extra attention is needed wish Long-term wishes for this workspace

Comments

@MathiasKoch
Copy link
Member

It would be awesome to eventually add support for the 3gpp ts 27.010 multiplexer protocol described in https://www.3gpp.org/ftp/tsg_t/tsg_t/tsgt_04/docs/pdfs/TP-99119.pdf

Ublox has an implementation guide for it here: https://www.u-blox.com/en/docs/UBX-13001887

Furthermore a C implementation for reference can be found here: https://github.com/particle-iot/gsm0710muxer/tree/d7f7b75e8d48af760c4f585f222287eb9eff9422

This would probably be as a separate crate in this workspace, and might require extensive changes to the ATAT crate itself, which would be fine.

Any contributions are welcomed!

@MathiasKoch MathiasKoch added enhancement New feature or request help wanted Extra attention is needed atat Issues related to the atat crate of the workspace wish Long-term wishes for this workspace labels Feb 4, 2021
@MathiasKoch
Copy link
Member Author

I think the way forward on implementing this, is to do it similar to the way Extended Data Mode is implemented in https://github.com/BlackbirdHQ/ublox-short-range-rs/blob/master/ublox-short-range/src/command/custom_digest.rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
atat Issues related to the atat crate of the workspace enhancement New feature or request help wanted Extra attention is needed wish Long-term wishes for this workspace
Projects
None yet
Development

No branches or pull requests

1 participant