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
|`server`| Object | Modbus slave specific runtime parameters. |
122
124
|`server.listenerAddress`| String | The IPv4 Address to bound to when starting the server. `"0.0.0.0"` let the server listens on all interface addresses. |
123
-
|`server.listenerPort`| Integer | The TCP port number of the modbus slave to listen to. |
125
+
|`server.listenerPort`| Integer | The port number of the modbus slave to listen to. |
126
+
|`server.protocol`| String | Defines if the server should use `TCP` or `UDP` (default: `TCP`) |
124
127
|`server.tlsParams`| Object | Configuration parameters to use TLS encrypted modbus tcp slave. (untested) |
125
128
|`server.tlsParams.description`| String | No configuration option, just a description of the parameters. |
126
129
|`server.tlsParams.privateKey`| String | Filesystem path of the private key to use for a TLS encrypted communication. |
0 commit comments