AZ.MQTTnet.Net4FX 1.0.12

There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package AZ.MQTTnet.Net4FX --version 1.0.12
NuGet\Install-Package AZ.MQTTnet.Net4FX -Version 1.0.12
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="AZ.MQTTnet.Net4FX" Version="1.0.12" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add AZ.MQTTnet.Net4FX --version 1.0.12
#r "nuget: AZ.MQTTnet.Net4FX, 1.0.12"
#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 AZ.MQTTnet.Net4FX as a Cake Addin
#addin nuget:?package=AZ.MQTTnet.Net4FX&version=1.0.12

// Install AZ.MQTTnet.Net4FX as a Cake Tool
#tool nuget:?package=AZ.MQTTnet.Net4FX&version=1.0.12

<p align="center"> <img src="https://github.com/chkr1011/MQTTnet/blob/master/Images/icon_det_256.png?raw=true" width="196"> <br/> <br/> </p>

NuGet Badge BCH compliance Join the chat at https://gitter.im/MQTTnet/community License: MIT

NOTICE FX4

This fork on branch : Branch_v3.1.2_FX and FX4_v4 , just ported to .Net Framework 4.0 to run on windows xp systems that only support .net framework 4.

  • The branch Branch_v3.1.2_FX based official stable release v3.1.2
  • The branch FX4_v4 based official master brach which on pre-release for now.
  • Both of those branches, removed websocket support and broker listen server support,it's only for mqtt tcp clients.

FOR NUGET PACKAGES
  • after 1.0.10 based Branch FX4_v4
  • before 1.0.8 based on Branch Branch_v3.1.2_FX

MQTTnet

MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.

Features

General

  • Async support
  • TLS support for client and server (but not UWP servers)
  • Extensible communication channels (e.g. In-Memory, TCP, TCP+TLS, WS)
  • Lightweight (only the low level implementation of MQTT, no overhead)
  • Performance optimized (processing ~70.000 messages / second)*
  • Uniform API across all supported versions of the MQTT protocol
  • Interfaces included for mocking and testing
  • Access to internal trace messages
  • Unit tested (~250 tests)
  • No external dependencies

* Tested on local machine (Intel i7 8700K) with MQTTnet client and server running in the same process using the TCP channel. The app for verification is part of this repository and stored in /Tests/MQTTnet.TestApp.NetCore.

Client

  • Communication via TCP (+TLS) or WS (WebSocket) supported
  • Included core LowLevelMqttClient with low level functionality
  • Also included ManagedMqttClient which maintains the connection and subscriptions automatically. Also application messages are queued and re-scheduled for higher QoS levels automatically.
  • Rx support (via another project)
  • Compatible with Microsoft Azure IoT Hub

Server (broker)

  • List of connected clients available
  • Supports connected clients with different protocol versions at the same time
  • Able to publish its own messages (no loopback client required)
  • Able to receive every message (no loopback client required)
  • Extensible client credential validation
  • Retained messages are supported including persisting via interface methods (own implementation required)
  • WebSockets supported (via ASP.NET Core 2.0, separate nuget)
  • A custom message interceptor can be added which allows transforming or extending every received application message
  • Validate subscriptions and deny subscribing of certain topics depending on requesting clients
  • Connect clients with different protocol versions at the same time.

MQTTnet Server

MQTTnet Server is a standalone cross platform MQTT server (like mosquitto) basing on this library. It has the following features.

  • Running portable (no installation required)
  • Runs under Windows, Linux, macOS, Raspberry Pi
  • Python scripting support for manipulating messages, validation of clients, building business logic etc.
  • Supports WebSocket and TCP (with and without TLS) connections
  • Provides a HTTP based API (including Swagger endpoint)
  • Extensive configuration parameters and customization supported

Supported frameworks

  • .NET 5.0+
  • .NET Standard 1.3+
  • .NET Core 1.1+
  • .NET Core App 1.1+
  • .NET Framework 4.5.2+
  • Mono 5.2+
  • Universal Windows Platform (UWP) 10.0.10240+ (Windows 10 IoT Core)
  • Xamarin.Android 7.5+
  • Xamarin.iOS 10.14+
  • Blazor WebAssembly 3.2.0+

Supported platforms

  • x86
  • x64
  • AnyCPU
  • ARM

Supported OS

  • Windows
  • Windows 10 IoT Core
  • Linux (Ubuntu, Raspbian etc.)
  • macOS
  • Android
  • iOS

Supported MQTT versions

  • 5.0.0
  • 3.1.1
  • 3.1.0

Nuget

This library is available as a nuget package: https://www.nuget.org/packages/MQTTnet/

Examples

Please find examples and the documentation at the Wiki of this repository (https://github.com/chkr1011/MQTTnet/wiki).

Contributions

If you want to contribute to this project just create a pull request. But only pull requests which are matching the code style of this library will be accepted. Before creating a pull request please have a look at the library to get an overview of the required style. Also additions and updates in the Wiki are welcome.

References

This library is used in the following projects:

Further projects using this project can be found under https://github.com/chkr1011/MQTTnet/network/dependents.

If you use this library and want to see your project here please create a pull request.

License

MIT License

MQTTnet Copyright (c) 2016-2021 Christian Kratky

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.13-pre 596 3/26/2022
1.0.12 974 3/21/2022
1.0.11 768 3/21/2022
1.0.11-pre 536 3/23/2022
1.0.10 763 3/21/2022
1.0.7 841 2/8/2022
1.0.6 868 2/7/2022
1.0.5 837 2/7/2022
1.0.4 837 2/6/2022
1.0.3 914 2/6/2022
1.0.2 785 2/6/2022
1.0.1 838 2/5/2022

mqttclient working on .ne 4.0
forked v4.0
1.no websocket suport
2. no boker listen server support