MQTT communication packages: Difference between revisions
From OPC Labs Knowledge Base
No edit summary |
No edit summary |
||
Line 40: | Line 40: | ||
! OpcLabs.Mqtt | ! OpcLabs.Mqtt | ||
! OpcLabs.MqttNet | ! OpcLabs.MqttNet | ||
|- | |||
|Documentation | |||
| | |||
| | |||
|- | |- | ||
|NuGet package | |NuGet package |
Revision as of 19:06, 11 December 2019
Underlying software | System.Net.Mqtt (Hermes) | MQTTnet, MQTTnet.Extensions.ManagedClient |
---|---|---|
Author | Xamarin (Microsoft) | Christian Kratky |
Version | 0.6.0-beta | 3.0.8 |
Project site | https://github.com/xamarin/mqtt | https://github.com/chkr1011/MQTTnet |
License | MIT License | MIT License |
NuGet package | https://www.nuget.org/packages/System.Net.Mqtt | https://www.nuget.org/packages/MQTTnet, https://www.nuget.org/packages/MQTTnet.Extensions.ManagedClient |
MQTT versions | 3.1.1 | 3.1.0, 3.1.1, 5.0.0 |
Transport protocols | TCP | TCP, TCP+TLS, WS, WSS |
Target platform | .NETFramework 4.6, .NETStandard2.0 | .NETStandard 1.3, .NETStandard 2.0, UAP 10.0 |
Communication package | OpcLabs.Mqtt | OpcLabs.MqttNet |
Documentation | ||
NuGet package | ||
Target platform |