This is a MQTTnet wrapper. Usage example: Client = new MQTTClient(<settings>); Client.ClientConnected += (t, p) =>{ t.Subscribe<<your object>>(<topic>, (t, p) => { <code> }); }; The method handlig the NewMessage is a parameter of Subscribe.


Keywords
MQTTnet, mqtt, wrapper, nel
License
MIT
Install
Install-Package NEL.MqttClient -Version 1.0.1.22