NEL.Ads2Mqtt by Pedro Marques, Rui Oliveira

<PackageReference Include="NEL.Ads2Mqtt" Version="2.0.1.13" />

 NEL.Ads2Mqtt 2.0.1.13

A simple way to Publish the values of a TC2/3 PLC variables to a MQTT Broker. To use just var adsMqtt = new Ads2Mqtt() and Start() and to configure it just use the NEL.AppConfig UI that automatically runs at runtime.

<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
  <metadata>
    <id>NEL.Ads2Mqtt</id>
    <version>2.0.1.13</version>
    <authors>Pedro Marques, Rui Oliveira</authors>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <license type="expression">MIT</license>
    <licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
    <icon>ads2mqtt.png</icon>
    <description>A simple way to Publish the values of a TC2/3 PLC variables to a MQTT Broker. To use just var adsMqtt = new Ads2Mqtt() and Start() and to configure it just use the NEL.AppConfig UI that automatically runs at runtime.</description>
    <copyright>Copyright © Pedro Marques, Rui Oliveira 2020</copyright>
    <tags>ads, twincat, mqtt, iot, NEL</tags>
    <dependencies>
      <group targetFramework=".NETStandard2.0">
        <dependency id="NEL.AppConfig.Core" version="1.0.0.15" exclude="Build,Analyzers" />
        <dependency id="NEL.AppConfig.Host" version="1.0.0.17" exclude="Build,Analyzers" />
        <dependency id="NEL.AppConfig.Logger" version="1.0.0.2" exclude="Build,Analyzers" />
        <dependency id="NEL.MqttClient" version="1.0.1.19" exclude="Build,Analyzers" />
        <dependency id="NEL.TwinCAT.Ads" version="1.0.3.1" exclude="Build,Analyzers" />
      </group>
    </dependencies>
  </metadata>
</package>