VisualizationStreamer with Python/gRPC

Setup and Generate Code from Protos

pip install -r requirements.txt

python -m grpc_tools.protoc -Igenerated=../../proto --python_out=. --pyi_out=. --grpc_python_out=. ../../proto/viz_streamer.proto

Running the Example

Assumes that VisualizationStreamer service (VsServiceGrpc) is already running.

python minimal_vs_grpc_client.py