C#C
C#3y ago
BlyZe

Can someone explain how I use MQTTnet and how MQTT in general works?

MQTTnet: https://github.com/dotnet/MQTTnet

Help would be really appreciated, thank you :)
GitHub
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/...
Was this page helpful?