925 Forks
3671 Stars
3671 Watchers

MQTTnet

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/.

How to download and setup MQTTnet

Open terminal and run command
git clone https://github.com/dotnet/MQTTnet.git
git clone is used to create a copy or clone of MQTTnet repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with MQTTnet https://github.com/dotnet/MQTTnet/archive/master.zip

Or simply clone MQTTnet with SSH
[email protected]:dotnet/MQTTnet.git

If you have some problems with MQTTnet

You may open issue on MQTTnet support forum (system) here: https://github.com/dotnet/MQTTnet/issues