File tree 3 files changed +14
-11
lines changed
3 files changed +14
-11
lines changed Original file line number Diff line number Diff line change 1
- <p align =" center " >
2
- <img src =" https://www.hivemq.com/img/svg/hivemq-mqtt-client.svg " width =" 500 " >
3
- <img src =" ./Images/csharp-logo.png " height =" 124 " >
4
- </p >
5
-
6
- <div align =" center " >
1
+ ![ ] ( ./Images/hivemq-mqtt-client.png )
2
+ ![ ] ( ./Images/csharp-logo.png )
7
3
8
4
# The Spectacular (BETA) C# MQTT Client for .NET
9
5
@@ -15,8 +11,6 @@ _This .NET MQTT client was put together with love from the HiveMQ team but is st
15
11
16
12
We'd appreciate any feedback you have. Happy MQTT adventures!
17
13
18
- </div >
19
-
20
14
* ** Easy-to-Install** : Available as a Nuget package.
21
15
* ** Opensource** : No blackbox code. Only trusted, tested and reviewed opensource code.
22
16
* ** Easy to Use** : Smart defaults, excellent interfaces and intelligent automation makes implementing a breeze.
@@ -40,7 +34,13 @@ Need a broker? Sign up for a free broker at [HiveMQ Cloud](https://www.hivemq.co
40
34
41
35
## Install
42
36
43
- ... via NuGet
37
+ This package is [ available on NuGet.org] ( https://www.nuget.org/packages/HiveMQtt/ ) and can be installed with:
38
+
39
+ ``` sh
40
+ dotnet add package HiveMQtt
41
+ ```
42
+
43
+ See the [ HiveMQtt NuGet page] ( https://www.nuget.org/packages/HiveMQtt/ ) for more installation options.
44
44
45
45
## Quickstart
46
46
You can’t perform that action at this time.
0 commit comments