# MQTTnetApp **Repository Path**: yu-zhengshan/MQTTnetApp ## Basic Information - **Project Name**: MQTTnetApp - **Description**: Cross platform MQTT client for MQTT debugging and message inspection. It is based on the .NET library MQTTnet. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-08-15 - **Last Updated**: 2025-08-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

[![Downloads](https://img.shields.io/github/downloads/chkr1011/mqttMultimeter/total?color=green)](https://github.com/chkr1011/mqttMultimeter/releases) [![CI](https://github.com/chkr1011/mqttMultimeter/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/chkr1011/mqttMultimeter/actions/workflows/ci.yml) [![Join the chat at https://gitter.im/MQTTnet/community](https://badges.gitter.im/MQTTnet/community.svg)](https://gitter.im/MQTTnet/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://raw.githubusercontent.com/chkr1011/MQTTnetApp/main/LICENSE) **MQTT Multimeter** alias MQTTnetApp is a cross platform .NET application for MQTT communication testing and analysing. The protocol implementation is based on the _MQTTnet_ project. The application uses Avalonia for UI rendering and runs on nearly any platform and CPU architecture. ## Features ### General * Powerful inspection of message data. * Inspection of raw MQTT messages. * Publishing of messages. * Subscribing of messages. * MQTTv5 features like user properties etc. * Storage of application state (connections, subscriptions etc.). ## Supported operating systems | OS | x86 | x64 | ARM | ARM64 | |-----------------|-----|-----|-----|-------| | Windows | x | x | | x | | Linux | | x | x | x | | macOS | | x | | x | | Raspberry Pi OS | | | x | x | ## Supported MQTT versions * 5.0.0 * 3.1.1 * 3.1.0 ## Screenshots ### Inflight Page

### Connect Page

### Packet Inspection Page

### Publish Page

### Subscribe Page