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 all value types in BinaryEncoder #291

Open
dlindhol opened this issue Jun 5, 2021 · 2 comments
Open

Support all value types in BinaryEncoder #291

dlindhol opened this issue Jun 5, 2021 · 2 comments

Comments

@dlindhol
Copy link
Member

dlindhol commented Jun 5, 2021

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.

@dlindhol
Copy link
Member Author

dlindhol commented Jun 5, 2021

Related to #105.

@dlindhol
Copy link
Member Author

dlindhol commented Jun 8, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant