Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 433 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 433 Bytes

MqttMadeBetter

MqttMadeBetter is another MQTT-3.1.1 client library for .NET Standard 2.1

Features

  • At least it works
  • Completely async implementation
  • Auto-reconnection support
  • Reactive messages and connection state events
  • Logging using Microsoft.Extensions.Logging.Abstractions
  • Xamarin.Android compatibility (I promise)

To do

  • More channels (WebSockets, TLS)
  • Docs
  • Unit tests
  • .NET Standard 2.0 support?