go home

Basic client/server solution for gRPC on RaspberryPi (gRPCpi)

gRPC Template configured for a RaspberryPi Client. Includes a nuget reference to ARM32 compiled native library (libgrpc_csharp_ext v1.1.0) necessary for gRPC to work on the pi, and quick scripts for publishing and deploying to your pi. It demonstrates both client/server communication using gRPC and gpio using System.Device.Gpio (v1.0) on a pi client based on the response from the server. Includes an implementation of GpioDriver which called ConsoleDriver which outputs pin commands to the console for local debugging and testing
dotnet new --install "grpcpi"
dotnet new gRPCpi
  • Tags: language: C#
  • Classifications: gRPC Console