####################################
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:

* https://learn.microsoft.com/en-us/aspnet/core/tutorials/grpc/grpc-start?view=aspnetcore-8.0&tabs=visual-studio
* https://github.com/grpc/grpc-dotnet/tree/master/examples
