grpcpi 1.1.0
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::1.1.0
Install
dotnet new -i grpcpi
Create new grpc pi project
dotnet new grpcpi
Install
dotnet new -i grpcpi
Create new grpc pi project
dotnet new grpcpi
Release Notes
first release
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.