# MQTTnetApp **Repository Path**: iioter/MQTTnetApp ## Basic Information - **Project Name**: MQTTnetApp - **Description**: MQTTnetApp - **Primary Language**: C# - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 3 - **Created**: 2022-05-25 - **Last Updated**: 2024-05-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

[![Downloads](https://img.shields.io/github/downloads/chkr1011/MQTTnetApp/total?color=green)](https://github.com/chkr1011/MQTTnetApp/releases) [![CI](https://img.shields.io/github/workflow/status/chkr1011/MQTTnetApp/CI/main)](https://github.com/chkr1011/MQTTnetApp/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) # MQTTnet App _MQTTnet App_ alias "MQTT Multimeter" 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 | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Linux | | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | macOS | | :heavy_check_mark: | | :heavy_check_mark: | | Raspberry Pi OS | | | :heavy_check_mark: | :heavy_check_mark: | ## Supported MQTT versions * 5.0.0 * 3.1.1 * 3.1.0 ## Screenshots ### Inflight Page

### Connect Page

### Packet Inspection Page

### Publish Page

### Subscribe Page