The only tutorial on how to use NI gRPC is here:
https://labviewwiki.org/wiki/GLA_Summit_2021/Remote_and_language-agnostic_API_using_gRPC_and_NI_LabVIEW
However, it describes basic operations with version 0.4.0 while the current one is 1.7.0.1.
Examples in the repository:
https://github.com/ni/grpc-labview
It appears that the examples were created with the old gRPC Server-Client Code Generator and cannot be reproduced
with the new one. The gRPC Server-Client Code Generator [2] is not part of VIPM. Reentrances are broken and some
dependencies are missing.
Same goes for the exercises for GLA_Summit_2021/Remote_and_language-agnostic_API_using_gRPC_and_NI_LabVIEW
presentation posted here:
https://github.com/nprorekhin/gla-2021-grpc
No documentation/tutorial on how to use the the current library and the code generation.
The only tutorial on how to use NI gRPC is here:
https://labviewwiki.org/wiki/GLA_Summit_2021/Remote_and_language-agnostic_API_using_gRPC_and_NI_LabVIEW
However, it describes basic operations with version 0.4.0 while the current one is 1.7.0.1.
Examples in the repository:
https://github.com/ni/grpc-labview
It appears that the examples were created with the old gRPC Server-Client Code Generator and cannot be reproduced
with the new one. The gRPC Server-Client Code Generator [2] is not part of VIPM. Reentrances are broken and some
dependencies are missing.
Same goes for the exercises for GLA_Summit_2021/Remote_and_language-agnostic_API_using_gRPC_and_NI_LabVIEW
presentation posted here:
https://github.com/nprorekhin/gla-2021-grpc
No documentation/tutorial on how to use the the current library and the code generation.