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

Runtime .proto parsing #164

Closed
luke-jr opened this issue Sep 2, 2014 · 7 comments
Closed

Runtime .proto parsing #164

luke-jr opened this issue Sep 2, 2014 · 7 comments

Comments

@luke-jr
Copy link

luke-jr commented Sep 2, 2014

It'd be nice to be able to handle .proto files at runtime. I have code that dynamically converts any protobuf-c structure to JSON and vice-versa (via Jansson), but protobuf-c needs the code generation so it can't be a completely generic interface

@edmonds
Copy link
Member

edmonds commented Sep 2, 2014

Are you looking for a protobuf-c version of the DynamicMessage functionality in protobuf C++/Java? E.g., http://stackoverflow.com/questions/18836727/protocol-buffer-objects-generated-at-runtime.

@luke-jr
Copy link
Author

luke-jr commented Sep 2, 2014

Not really. More like generating the (protobuf-c) descriptors at runtime. I think everything else needed is already in the library.

@FabioBatSilva
Copy link

+1

I'd love to see this feature implemented,
If you guys need some help and are willing to point me to the right direction I can help..

@kondrenkov
Copy link

+1

@pshirshov
Copy link

+265

@lipnitsk
Copy link
Member

Since the library already provides all that is needed - maybe except oneof names - I am closing this issue. This work is out of scope for protobuf-c

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

No branches or pull requests

7 participants