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

Socket API (TCP): support for serialization and for any messaging library? #2981

Closed
piachristel opened this issue Apr 30, 2019 · 3 comments
Closed

Comments

@piachristel
Copy link

piachristel commented Apr 30, 2019

I use the Socket API (TCP) to setup a TA running a socket client which connects to a remote socket server.

Is there any library for serializing (encoding/decoding) the data (protobuf, nanopb or others) supported by OP-TEE?
The only information I have found are two issues related to protobuf (#2960 and #901)...

Is there any client-server framework (gRPC, ZeroMQ or others) supported by OP-TEE?

@piachristel piachristel changed the title serialize Socket API (TCP): support for serialization and and for any messaging library? Apr 30, 2019
@piachristel piachristel changed the title Socket API (TCP): support for serialization and and for any messaging library? Socket API (TCP): support for serialization and for any messaging library? Apr 30, 2019
@jenswi-linaro
Copy link
Contributor

I'm afraid the answer is no and no.

@jbech-linaro
Copy link
Contributor

Hi Christina,

Is there any library for serializing (encoding/decoding) the data (protobuf, nanopb or others) supported by OP-TEE?

Unfortunately no, so in those places where we've have serialized things (xtest, Keymaster) it's been an "ad-hoc" solution. It's works, but it's rather hardcoded for the rest of the code, i.e, no generic serializer.

Is there any client-server framework (gRPC, ZeroMQ or others) supported by OP-TEE?

The answer is no there too, sorry!

@piachristel
Copy link
Author

Thank you for your fast reply!
It's great how you care about answering the issues!

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

3 participants