Gerardo bc19f66812 | hace 7 años | |
---|---|---|
Build | hace 7 años | |
Frameworks | hace 7 años | |
Images | hace 7 años | |
MQTTnet.Core | hace 7 años | |
Tests | hace 7 años | |
.bettercodehub.yml | hace 7 años | |
.gitattributes | hace 7 años | |
.gitignore | hace 7 años | |
.travis.yml | hace 7 años | |
LICENSE | hace 7 años | |
MQTTnet.sln | hace 7 años | |
MQTTnet.sln.DotSettings | hace 7 años | |
README.md | hace 7 años |
MQTTnet is a .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/.
* Tested on local machine with MQTTnet client and server running in the same process using the TCP channel. The app for verification is part of this repository and stored in /Tests/MQTTnet.TestApp.NetFramework.
This library is available as a nuget package: https://www.nuget.org/packages/MQTTnet/
Please find examples and the documentation at the Wiki of this repository (https://github.com/chkr1011/MQTTnet/wiki).
If you want to contribute to this project just create a pull request.
This library is used in the following projects:
If you use this library and want to see your project here please let me know.