Top 20 NuGet Packages depending on NEL.AppConfig.Core

Total dependencies: 3

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. Other way is to use the package [NEL.AppConfig.Client] to make your own configurati...
This is the client of NEL.AppConfig.Host. This package can subscribe Log Entries and CRUD configurations. Usage: var AppClient = new AppConfiguratorClient(); AppClient.ConnectedToServer += AppClient_ConnectedToServer; AppClient.NewLogEntry += AppClient_NewLogEntry;