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 BinaryEncoder does not support all value types.
We at least need to be able to serve raw telemetry packets which are modeled as binary.
binary
The text was updated successfully, but these errors were encountered:
Related to #105.
Sorry, something went wrong.
Binary values are now supported (#292). We'll leave this open to deal with Char, BigInt, BigDecimal, and variable length Strings another time.
Consider The GNU Multiple Precision Arithmetic Library (GMP) for arbitrary precision data.
No branches or pull requests
The BinaryEncoder does not support all value types.
We at least need to be able to serve raw telemetry packets which are modeled as
binary
.The text was updated successfully, but these errors were encountered: