# 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
[](https://github.com/chkr1011/mqttMultimeter/releases)
[](https://github.com/chkr1011/mqttMultimeter/actions/workflows/ci.yml)
[](https://gitter.im/MQTTnet/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](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