Christian Kratky 9915cc4492 | 7 years ago | |
---|---|---|
Build | 7 years ago | |
Frameworks | 7 years ago | |
Images | 7 years ago | |
MQTTnet.Core | 7 years ago | |
Tests | 7 years ago | |
.bettercodehub.yml | 7 years ago | |
.gitattributes | 7 years ago | |
.gitignore | 7 years ago | |
.travis.yml | 7 years ago | |
LICENSE | 7 years ago | |
MQTTnet.sln | 7 years ago | |
MQTTnet.sln.DotSettings | 7 years ago | |
README.md | 7 years ago |
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.