emelianov / modbus-esp8266

Most complete Modbus library for Arduino. A library that allows your Arduino board to communicate via Modbus protocol, acting as a master, slave or both. Supports network transport (Modbus TCP) and Serial line/RS-485 (Modbus RTU). Supports Modbus TCP Security for ESP8266/ESP32.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSL support in modbus TCP

tarnak opened this issue · comments

Hi Sir,

Is there any chance to implement SSL in modbus tcp layer?
Maybe compatible with https://github.com/OPEnSLab-OSU/SSLClient which supposed to be multiplatfom

Thanks,
Chris

Modbus Security is already supported by the library. Just keep in mind target platform imitiations.
https://github.com/emelianov/modbus-esp8266/tree/master/examples/TLS