# MQTTnet.Playground **Repository Path**: weyhd_geffzhang/MQTTnet.Playground ## Basic Information - **Project Name**: MQTTnet.Playground - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-16 - **Last Updated**: 2021-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 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](https://dev.azure.com/ffsproject/MQTTnet.Playground/_apis/build/status/JimmyPun610.MQTTnet.Playground?branchName=master)](https://dev.azure.com/ffsproject/MQTTnet.Playground/_build/latest?definitionId=8&branchName=master) ### Component (click to go to the specified project) #### Server ##### [NET 5](https://github.com/JimmyPun610/MQTTnet.Playground/tree/master/MQTTnet.NetCore.Server) #### Client ##### [Blazor Web App (Net 5)](https://github.com/JimmyPun610/MQTTnet.Playground/tree/master/MQTTnet.NetCore.Client.BlazorWebApp) ##### [Xamarin Forms](https://github.com/JimmyPun610/MQTTnet.Playground/tree/master/MQTTnet.XamarinForms.Client.MobileApp) ##### [Windows WPF (Net 5, please remove it if you use Visual Studio for Mac)](https://github.com/JimmyPun610/MQTTnet.Playground/tree/master/MQTTnet.NetCore.Client.Wpf) #### 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/