Posts tagged "cpp"
-
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.
-
Communicating between Python and .NET Core with Boost Interprocess
Example of cross-language communication between Python and .NET Core using Boost.Interprocess, Boost.Python, Boost.Signals2, shared memory, and PInvoke.
-
Using Open CV C++ with Azure IoT Edge
Guide to building an Azure IoT Edge module in C++ with OpenCV, using VS Code, Docker, Azure IoT Edge extensions, and container deployment.
-
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.