M2Mqtt 3.6.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package M2Mqtt --version 3.6.0
NuGet\Install-Package M2Mqtt -Version 3.6.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="M2Mqtt" Version="3.6.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add M2Mqtt --version 3.6.0
#r "nuget: M2Mqtt, 3.6.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Universal Windows Platform uap was computed.  uap10.0 was computed. 
Windows Phone wpa81 is compatible. 
Windows Store netcore451 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 588,502 12/6/2015
4.2.0.1 50,846 8/19/2015
4.2.0 4,822 8/14/2015
4.1.0.1 6,569 7/11/2015
4.1.0 83,104 3/28/2015
4.0.0 16,038 12/23/2014
3.6.0 11,613 9/3/2014
3.5.0 4,399 7/18/2014
3.4.0 3,484 6/23/2014
3.3.0 3,725 4/19/2014
3.2.0 3,258 3/28/2014
3.1.0 3,498 3/27/2014
3.0.0 3,943 2/25/2014
2.4.0 3,696 12/17/2013
2.3.0 3,190 11/8/2013
2.2.0 3,138 10/30/2013
2.1.0 3,040 10/12/2013
2.0.0 3,578 10/5/2013
1.1.0 5,074 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;