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 Capnproto Serialization in Python. #1587

Open
2 tasks
KerstinKeller opened this issue May 8, 2024 · 0 comments
Open
2 tasks

Support Capnproto Serialization in Python. #1587

KerstinKeller opened this issue May 8, 2024 · 0 comments
Labels

Comments

@KerstinKeller
Copy link
Contributor

Context

In C++, eCAL Supports Msg API for the Serialization formats Protobuf, Flatbuffers and Capnproto.
In Python we only support Protobuf.
It would be nice to have Capnproto Support in Python.

Proposal

Enhance the Python API to have a CapnprotoPublisher and CapnprotoSubscriber.

Tasks and updates

  • use the pycapnp library for Capnproto support
  • Create functions to serialize / deserialize the data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant