influxdata / telegraf

Agent for collecting, processing, aggregating, and writing metrics, logs, and other arbitrary data.
https://influxdata.com/telegraf
MIT License
14.49k stars 5.55k forks source link

S7comm external, input plugin #7728

Closed timhallinflux closed 3 years ago

timhallinflux commented 4 years ago

Feature Request

Add an external, input plug for s7comm

Proposal:

Key protocol for SCADA PLC devices from Siemens.

timhallinflux commented 4 years ago

Golang implementation of S7comm is here: https://github.com/robinson/gos7 BSD-3 license.

nicolasme commented 3 years ago

I'm currently writing an external plugin using gos7. It's functionnal but still under development. You can take a look here https://github.com/nicolasme/s7comm. It's my first time contributing to a project. I don't really know how it works ...