Top 20 NuGet Packages depending on NEL.MqttClient

Total dependencies: 2

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...
Simple way to capture MQTT payloads and save it on MongoDB organized by timestamp. With MongoDb installed the usage is simple, just var m2m = new Mqtt2Mongo() and Start(), then configure the mqtt2mongo.conf file located on your application BaseDirectory (you need to run it once in order to have the...