ThingsGateway/ThingsGateway

CSV & MQTT Capture Plugin

Closed this issue · 2 comments

Do you have plans for having a capture plugin to capture data from external sources

  1. Read variables from a CSV file, that can be modified externally by hand or by another automated process?
  2. Capture variables from MQTT subscription supplied on a pre-defined JSON format?

no plan, you can consider implementing this plugin yourself, just implement the plugin and call VariableRunTime.SetValue method updates variable values, and a similar solution is ThingsGateway.Plugin.OpcUa

Thanks. Let me start with DLT645 as base. Looks less complex than others.