Christian Kratky 9915cc4492 | před 7 roky | |
---|---|---|
Build | před 7 roky | |
Frameworks | před 7 roky | |
Images | před 7 roky | |
MQTTnet.Core | před 7 roky | |
Tests | před 7 roky | |
.bettercodehub.yml | před 7 roky | |
.gitattributes | před 7 roky | |
.gitignore | před 7 roky | |
.travis.yml | před 7 roky | |
LICENSE | před 7 roky | |
MQTTnet.sln | před 7 roky | |
MQTTnet.sln.DotSettings | před 7 roky | |
README.md | před 7 roky |
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. But only pull requests which are matching the code style of this library will be accepted. Before creating a pull request please have a look at the library to get an overview of the required style.
This library is used in the following projects:
If you use this library and want to see your project here please let me know.