Can you provide a TLS example usage ? #138
Replies: 2 comments 1 reply
-
|
I actually set up a little CLI with client and server for testing Modbus security: https://github.com/kevinherron/modbus-security-cli The server setup is in here: https://github.com/kevinherron/modbus-security-cli/blob/main/src/main/kotlin/cmd/ServerCmd.kt You should be able to use that Docker image to aid in testing your implementation. |
Beta Was this translation helpful? Give feedback.
-
|
Ok, I was using the old “modbus-slave-tcp” library (v1.2.2). Thank you very much for your help. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
First of all, thank you very much for this project.
I am already using it as a Modbus TCP slave to receive Modbus frames from devices, then map the data into a JSON object and publish it to a Kafka topic.
I now need to add TLS support for secured devices. Would it be possible to share an example showing how to set up a Modbus TCP slave with TLS enabled?
Thank you very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions