gRPC Client Examples - ni/grpc-device GitHub Wiki

Included in the Client Releases are several example clients illustrating how to interact with the ni-grpc-device-server. These clients are based on Driver C API Examples which are installed with driver. Example installation location:

"C:\Program Files (x86)\IVI Foundation\IVI\Drivers\<driver name>"

See Driver Documentation for where to find the right documentation for you.

The C examples can be used as reference for driver specific concepts, and the provided gRPC client examples illustrate an implementation of those concepts in a gRPC client. For instructions on generating the necessary gRPC helper files to run the examples, see Creating a Python gRPC Client.