Replies: 1 comment 5 replies
-
You don't necessarily have to do this. There are binary releases here; https://github.com/ni/grpc-device/releases
What client are you trying to run? If it's one of the example programs, post its name. If not, post a code snippet or try an example program.
How did you configure it? Please post your configuration file. (Feel free to change any hostnames or IP addresses to avoid disclosing them.) Does the server PC have Windows Defender Firewall or some other firewall enabled? Did you open the port in the firewall configuration? |
Beta Was this translation helpful? Give feedback.
-
Hello team I am trying to demostrate our capabilities to use gRPC for Harman one of our Key Acccounts, I have configured my server and client, following the steps provided in the wiki of this repo.
My setup is:
Server Windows 10 and DAQmx 23Q1 (I have tried with DAQmx 24 Q3 as well)
Client Ubunto 24.04 and Python 3.12.3
I have compiled all the dependencies successfully, but when I try to run the client the system fails shown the message "Failed to connect to the server", I have configured the IP and port as described in this repo.
¿Do you have any suggestion ?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions