Tinkerforge / esp32-firmware

Firmwares for ESP32 Brick and ESP32 Ethernet Brick (including firmwares for WARP/WARP2 Charger, WARP Energy Manager)
https://www.tinkerforge.com/en/doc/Hardware/Bricks/ESP32_Ethernet_Brick.html
22 stars 20 forks source link

Modbus TCP: Port to modbus-esp8266 library. #335

Open rtrbt opened 3 months ago

rtrbt commented 3 months ago

This library is already used for SunSpec, but not our Modbus TCP server. Maybe implement a TLS server: The library supports Modbus TLS as server only on the ESP8266, not the ESP32. On the ESP32 currently only a Modbus TLS client is supported.