Gerardo bc19f66812 | пре 7 година | |
---|---|---|
Build | пре 7 година | |
Frameworks | пре 7 година | |
Images | пре 7 година | |
MQTTnet.Core | пре 7 година | |
Tests | пре 7 година | |
.bettercodehub.yml | пре 7 година | |
.gitattributes | пре 7 година | |
.gitignore | пре 7 година | |
.travis.yml | пре 7 година | |
LICENSE | пре 7 година | |
MQTTnet.sln | пре 7 година | |
MQTTnet.sln.DotSettings | пре 7 година | |
README.md | пре 7 година |
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.