Can I use this Code with an ESP8266 (Arduino)? #6817
Answered
by
coryan
jannis-weber
asked this question in
Q&A
|
Hello! |
Answered by
coryan
Jun 21, 2021
Replies: 1 comment
|
I am afraid we don't have enough enough experience with arduino to even provide you with a good answer. This might help: to use Cloud Pub/Sub with Both protobuf and gRPC include core generators, which implies you need to cross-compile them so you can generate code in the host environment (your workstation), but the generated code must be compiled for the target environment (arduino). |
0 replies
Answer selected by
jannis-weber
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am afraid we don't have enough enough experience with arduino to even provide you with a good answer. This might help: to use Cloud Pub/Sub with
google-cloud-cppyou are going to need a number of dependencies to work, including: Abseil, protobuf, and gRPC.Both protobuf and gRPC include core generators, which implies you need to cross-compile them so you can generate code in the host environment (your workstation), but the generated code must be compiled for the target environment (arduino).