You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
Hi, I have a question about grpc using Nanopb that is in the third-party folder. I am using grpc c++ library. Is it possible to make a grpc server/client app using Nanopb which is implemented by C? Is there any examples of grpc implementation using Nanopb?
Nicolas Noble
unread,
Jan 24, 2018, 1:26:11 PM1/24/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
The nanopb dependency is for the core to send some healthcheck messages and potentially load-balancing. It's not intended to be used by end users as it is.
It is also theoretically possible to use grpc in plain-C, but we don't have any good example nor API to do this. However, Juniper had one which still exists here: https://github.com/Juniper/grpc-c - but may be a bit outdated now in terms of features.