Actually, no, it won't work on an ESP32, not in the current form of the codebase. There's way too much memory and C++ requirements for it.
On Wed, Jun 5, 2019 at 10:42 AM 'Carl Mastrangelo' via grpc.io < [email protected]> wrote: > We don't support C directly; it is only used to interact across language > bounds (such as plugging into Python, Ruby, PHP, etc.) . > > That said, gRPC does run on a lot of environments, and on varied > hardware. I suspect you could get it working. > > On Tuesday, May 28, 2019 at 1:38:25 AM UTC-7, [email protected] wrote: >> >> In introduction about gRPC, it is possible to support C++, Java, .... >> But C doesnt seem to be mention. Is it possible to set up gRPC by C on >> hardware (ESP32 board)? >> > -- > You received this message because you are subscribed to the Google Groups " > grpc.io" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/grpc-io/c0c59410-74c1-4f64-bfd2-932e0d1a1511%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/c0c59410-74c1-4f64-bfd2-932e0d1a1511%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAEvr0PGTxwidGzeCpvWq_xPK0Bu0T%3D3WBSNFrekrBVda5HYDkA%40mail.gmail.com.
