Python daqmx client workflow question #1146
Unanswered
rdecarreau
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My workflow for using Python as a client is to copy the proto file from this repo into my own and then generate that into nidaqmx_pb2. My issue with that is I already have a proto codegen process for our client/server code and these protos don't make a ton of sense to add in with our code.
I think I need to create a new place in my codebase for the protofiles, and create a slightly modified codegen process. That feels a little heavy. Is there a released python client for the autogenerated python code? That would be much simpler and I can't think of why that would not be a good idea.
Beta Was this translation helpful? Give feedback.
All reactions