M2Mqtt 3.6.0
See the version list below for details.
Install-Package M2Mqtt -Version 3.6.0
dotnet add package M2Mqtt --version 3.6.0
<PackageReference Include="M2Mqtt" Version="3.6.0" />
paket add M2Mqtt --version 3.6.0
#r "nuget: M2Mqtt, 3.6.0"
// Install M2Mqtt as a Cake Addin
#addin nuget:?package=M2Mqtt&version=3.6.0
// Install M2Mqtt as a Cake Tool
#tool nuget:?package=M2Mqtt&version=3.6.0
M2Mqtt is a MQTT client available for all .Net platform (.Net Framework, .Net Compact Framework and .Net Micro Framework) and WinRT platform (Windows 8.1 and Windows Phone 8.1) for M2M communication.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 |
.NET Micro Framework | netmf42 netmf43 |
Universal Windows Platform | uap uap10.0 |
Windows Phone | wpa81 |
Windows Store | netcore451 |
This package has no dependencies.
NuGet packages (17)
Showing the top 5 NuGet packages that depend on M2Mqtt:
Package | Downloads |
---|---|
att.iot.client
A C# client library for connecting to the AllThingsTalk cloud |
|
BiometricQueue
Package Description |
|
IBMWIoTP
C# Library to simplify interactions with the IBM Watson IoT Platform |
|
Microgear
microgear-csharp is a client library for C# The library is used to connect application code or hardware with the NETPIE Platform's service for developing IoT applications. For more details on the NETPIE Platform, please visit https://netpie.io |
|
Dister4Net
Package Description |
GitHub repositories (3)
Showing the top 3 popular GitHub repositories that depend on M2Mqtt:
Repository | Stars |
---|---|
GoogleCloudPlatform/dotnet-docs-samples
.NET code samples used on https://cloud.google.com
|
|
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 | 384,421 | 12/6/2015 |
4.2.0.1 | 40,838 | 8/19/2015 |
4.2.0 | 3,130 | 8/14/2015 |
4.1.0.1 | 4,131 | 7/11/2015 |
4.1.0 | 48,699 | 3/28/2015 |
4.0.0 | 12,120 | 12/23/2014 |
3.6.0 | 7,574 | 9/3/2014 |
3.5.0 | 2,971 | 7/18/2014 |
3.4.0 | 2,142 | 6/23/2014 |
3.3.0 | 2,350 | 4/19/2014 |
3.2.0 | 1,905 | 3/28/2014 |
3.1.0 | 2,056 | 3/27/2014 |
3.0.0 | 2,512 | 2/25/2014 |
2.4.0 | 2,289 | 12/17/2013 |
2.3.0 | 1,851 | 11/8/2013 |
2.2.0 | 1,823 | 10/30/2013 |
2.1.0 | 1,775 | 10/12/2013 |
2.0.0 | 2,110 | 10/5/2013 |
1.1.0 | 3,544 | 8/25/2013 |
1. Moved all protocol related processing from MqttClient to classes that implements IMqttNetworkChannel interface (for WinRT support);
2. Added Fx class for framework specific methods (for WinRT support);
3. Created new M2MqttWinRT project (under new Visual Studio 2013 solution);
4. Implemented MqttNetworkChannel for WinRT (for WinRT support);
5. Derived all exceptions from base class Exception and not ApplicationException (for WinRT support);
6. Update projects with different reference to Net or WinRT folder;
7. Released new version 3.6;