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
The protocol I am implementing has certain quirks. It is a opcode u16 based protocol, so first 2 bytes define the rest, but:
Some packets can be embebbed into other packets and depending on that, a CRC is added at the end or not.
Does protocol has a easy way to map this? Is there a way that I can provide custom settings or hints ?
protocol
settings
hints
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The protocol I am implementing has certain quirks. It is a opcode u16 based protocol, so first 2 bytes define the rest, but:
Some packets can be embebbed into other packets and depending on that, a CRC is added at the end or not.
Does
protocol
has a easy way to map this? Is there a way that I can provide customsettings
orhints
?The text was updated successfully, but these errors were encountered: