You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The client/server code generator for gRPC currently exists as a GUI tool, it would be beneficial to have a command line interface (CLI) approach beside a GUI tool only since this would allow automation in different software management applications (Azure, Atlassian, ...).
Through the use of cmake files (as an example to automate things using LV bindings), generated server/client LV code can then be posted to a (remote) repository also in an automatic way.
For other programming languages like Python, C++, the gRPC library/API already solves this, so why not for LabVIEW?
AB#3011582
The text was updated successfully, but these errors were encountered:
The client/server code generator for gRPC currently exists as a GUI tool, it would be beneficial to have a command line interface (CLI) approach beside a GUI tool only since this would allow automation in different software management applications (Azure, Atlassian, ...).
Through the use of cmake files (as an example to automate things using LV bindings), generated server/client LV code can then be posted to a (remote) repository also in an automatic way.
For other programming languages like Python, C++, the gRPC library/API already solves this, so why not for LabVIEW?
AB#3011582
The text was updated successfully, but these errors were encountered: