GitHunt
JI

JimmyPun610/MQTTnet.Playground

Example to use MQTTnet in different platform including Xamarin Forms, WPF, Blazor client and AspNetCore server

MQTTnet.Playground

This is the example to use MQTTnet in different platform. For more information of MQTTnet, please visit https://github.com/chkr1011/MQTTnet

Status

Build Status

Component (click to go to the specified project)

Server

NET 5

Client

Blazor Web App (Net 5)
Xamarin Forms
Windows WPF (Net 5, please remove it if you use Visual Studio for Mac)

Client Library nuget package (in case you need)

  Install-Package MQTTnet.ClientLib

Reference

MQTT settings behaviour

http://www.steves-internet-guide.com/mqtt-clean-sessions-example/
Xamarin Form Guide

https://officialdoniald.azurewebsites.net/2019/10/17/xamarin-forms-using-mqtt/

JimmyPun610/MQTTnet.Playground | GitHunt