Posts tagged "protocol-buffers"
-
gRPC C++ and Self Signed Certificates
Troubleshooting gRPC C++ TLS with self signed certificates, covering SSL handshake errors and GRPC_SSL client certificate settings for servers.
-
Creating .proto definitions from existing types at runtime
Technique for generating .proto files at runtime from EF Core database-first types using reflection, System.Emit, protobuf-net, and ProtoMember attributes.
-
Using Protocol Buffers with Azure IoT Edge
Guide to using Google Protocol Buffers with Azure IoT Edge by sending C++ module messages to Python modules before forwarding data to IoT Hub.
-
Generate Protocol Buffers on build with CMake
Guide to generating C++ Protocol Buffers during CMake builds using file globbing, execute_process, protoc, and generated pb files.