Modify the NI-RPDSsc configuration file to define user-configurable parameters for NI-RPDSsc

Find the file at /etc/nirpdssc/nirpdssc.conf.

[gRPC] Section

Use the [gRPC] section to specify the connection settings for the NI-RPDSsc gRPC server.

Table 35. [gRPC]
Key Value Default Value Required?
ServerIP NI-RPDSsc IP address localhost Optional
ServerPort NI-RPDSsc UDP port address between 1025 and 65535 32000 Optional

Example:

[gRPC]
ServerIP = 10.0.34.67
ServerPort = 50001