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

Java implementation : libcbor #69

Open
Marlinski opened this issue Sep 9, 2020 · 0 comments
Open

Java implementation : libcbor #69

Marlinski opened this issue Sep 9, 2020 · 0 comments

Comments

@Marlinski
Copy link

libcbor

Hi,

I have made a fully featured CBOR stream serializer/parser with some unique functionality
that makes this library particularly suitable for network processing.

https://github.com/Marlinski/libcbor/

please add this a CBOR implementation for Java.

Features

  • Encodes and decodes all examples described in RFC 7049
  • Supports 64-bit integer values
  • Reactive parsing (callback method for every decoded items)
  • Advanced parser builder
  • Conditional parsing
  • Runtime parser manipulation
  • Reusable Encoder/Parser
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