Browse Source

Add references

release/3.x.x
Christian Kratky 7 years ago
parent
commit
67f9c07b44
1 changed files with 8 additions and 1 deletions
  1. +8
    -1
      README.md

+ 8
- 1
README.md View File

@@ -17,7 +17,7 @@ MQTTnet is a .NET library for MQTT based communication. It provides a MQTT clien
* Access to internal trace messages
* Extensible client credential validation (server only)
* Unit tested (48+ tests)
* Lightweight (only the low level implementation of MQTT)
* Lightweight (only the low level implementation of MQTT, no overhead)

## Supported frameworks
* .NET Standard 1.1+
@@ -35,6 +35,13 @@ This library is available as a nuget package: https://www.nuget.org/packages/MQT
## Contributions
If you want to contribute to this project just create a pull request.

## References
This library is used in the following projects:

* HA4IoT (Open Source Home Automation system for .NET, https://github.com/chkr1011/HA4IoT)

If you use this library and want to see your project here please let me know.

# MqttClient
## Example



Loading…
Cancel
Save