VisualizationStreamer with .NET/gRPC
Setup and Generate Code from Protos
For this simple example there are no manual steps needed to generate code from the .proto file.
Installation of dependencies and code generation is handled automatically by the build process specified in the .csproj file.
Running the Example
Assumes that VisualizationStreamer service (VsServiceGrpc) is already running.
Simply go to the folder where the example program is located, for example:
cd MinimalVsGrpcClient
And then just build and run the example with:
dotnet run
Additional Information
More information on using .NET with gRPC can be found here: