pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.23k stars 911 forks source link

Examples related to Modbus TLS connection. #530

Closed LordGameleo closed 3 years ago

LordGameleo commented 4 years ago

Versions

Pymodbus Specific

Description

Is there any example related to ModbusTLS Connection? Both Server and Client Side. How can I test both? Is there any software for it?

LordGameleo commented 4 years ago

Never Mind. I found it in comments of PR https://github.com/riptideio/pymodbus/pull/439 . If possible please add direct link to the Readme.md

dhoomakethu commented 4 years ago

Just in case. Here are the examples.

https://github.com/riptideio/pymodbus/blob/dev/examples/common/synchronous_server.py#L122

LordGameleo commented 4 years ago

@dhoomakethu thanks for response over such a short time. Found it. But why do we have client example in /contrib/ and server example in /common/ Can we create a simple example for server as well in /contrib/ directory?

dhoomakethu commented 3 years ago

@LordGameleo those examples are provided by the contributors and hence are maintained there.