ni / grpc-device

gRPC server providing remote access to NI device driver APIs.
MIT License
69 stars 47 forks source link

Server queryable version and NI Linux RT service packaging #848

Open kamathba opened 1 year ago

kamathba commented 1 year ago

It would be nice to be able to query the version of the executable and get a version / sha associated with the binary (e.g. through -v or --version). I've noticed there is a /usr/bin/ni_grpc_device_server installed in NI's Linux RT base image (2022 Q4), but I don't think it belongs to any of the installed services and I cannot tell it's version.

It would also be helpful to be able to manage this specific software capability through NI MAX.

AB#2296987

maxxboehme commented 1 month ago

The first part of this request has been added to grpc-device in # #1038. You can now run --version on ni_grpc_device_server and get the version on newer versions of grpc-device.