M2Mqtt 2.4.0
See the version list below for details.
dotnet add package M2Mqtt --version 2.4.0
NuGet\Install-Package M2Mqtt -Version 2.4.0
<PackageReference Include="M2Mqtt" Version="2.4.0" />
paket add M2Mqtt --version 2.4.0
#r "nuget: M2Mqtt, 2.4.0"
// Install M2Mqtt as a Cake Addin #addin nuget:?package=M2Mqtt&version=2.4.0 // Install M2Mqtt as a Cake Tool #tool nuget:?package=M2Mqtt&version=2.4.0
M2Mqtt is a MQTT client available for all .Net platform (.Net Framework, .Net Compact Framework and .Net Micro Framework) for M2M communication.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
.NET Micro Framework | netmf42 is compatible. netmf43 is compatible. |
This package has no dependencies.
NuGet packages (21)
Showing the top 5 NuGet packages that depend on M2Mqtt:
Package | Downloads |
---|---|
Contensive.Processor
This package installs the library files required to create an instance of cp within an application. |
|
att.iot.client
A C# client library for connecting to the AllThingsTalk cloud |
|
Dister4Net
Package Description |
|
BiometricQueue
Package Description |
|
IBMWIoTP
C# Library to simplify interactions with the IBM Watson IoT Platform |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on M2Mqtt:
Repository | Stars |
---|---|
bassmaster187/TeslaLogger
TeslaLogger is a self hosted data logger for your Tesla Model S/3/X/Y. Actually it supports RaspberryPi 3B, 3B+, 4B, Docker and Synology NAS.
|
|
KjetilSv/Win10As
Make your windows 10 computer IOT friendly
|
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 659,897 | 12/6/2015 |
4.2.0.1 | 51,096 | 8/19/2015 |
4.2.0 | 4,959 | 8/14/2015 |
4.1.0.1 | 6,666 | 7/11/2015 |
4.1.0 | 90,309 | 3/28/2015 |
4.0.0 | 16,300 | 12/23/2014 |
3.6.0 | 11,895 | 9/3/2014 |
3.5.0 | 4,482 | 7/18/2014 |
3.4.0 | 3,540 | 6/23/2014 |
3.3.0 | 3,781 | 4/19/2014 |
3.2.0 | 3,307 | 3/28/2014 |
3.1.0 | 3,566 | 3/27/2014 |
3.0.0 | 4,033 | 2/25/2014 |
2.4.0 | 3,757 | 12/17/2013 |
2.3.0 | 3,231 | 11/8/2013 |
2.2.0 | 3,190 | 10/30/2013 |
2.1.0 | 3,086 | 10/12/2013 |
2.0.0 | 3,648 | 10/5/2013 |
1.1.0 | 5,186 | 8/25/2013 |
1. Fixed bug on message id generation;
1.1 removed GetMessageId() and messageIdCounter from MqttMsgBase, because messaged id generation is related to client not to message;
1.2 removed internal message id generation from MqttMsgPublish, MqttMsgSubscribe and MqttMsgUnsubscribe classes (it must be set external);
1.3 added GetMessageId() for message id generation inside MqttClient class;
2. Completed all messages classes with GetBytes() and Parse() methods;
3. Removed unused namespaces;
4. Added interface IMqttNetworkChannel for network channel abstraction implementation;
5. Added solution for VS2008 and project for .Net Compact Framework 3.5 on Windows Embedded Compact 7;
6. Removed all default parameters values in constructors and methods for compatibility with .Net Framework under 4.0 version;