We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current protocol implementation is super inefficient. It sends numbers as text, which takes a lot more bytes than needed.
Try to implement a blob-type protocol that encodes numbers using only the necessary bytes.
Don't forget to add version information to the protocol (so UI can detect invalid or outdated firmware protocol versions).
The text was updated successfully, but these errors were encountered:
I'll not change the protocol structure anymore. I'll just add modem version information. The changes made on 3b094b4 are good enough for now.
Sorry, something went wrong.
To close this issue:
No branches or pull requests
Current protocol implementation is super inefficient. It sends numbers as text, which takes a lot more bytes than needed.
Try to implement a blob-type protocol that encodes numbers using only the necessary bytes.
Don't forget to add version information to the protocol (so UI can detect invalid or outdated firmware protocol versions).
The text was updated successfully, but these errors were encountered: