Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chkr1011/mqttmultimeter

Cross platform MQTT client for MQTT debugging and message inspection. It is based on the .NET library MQTTnet.
https://github.com/chkr1011/mqttmultimeter

arduino debugging esp32 esp8266 home-automation iot linux macos mqtt mqtt-broker mqtt-client mqtt-explorer mqtt-protocol mqtt-server mqtt-smarthome mqttclient postman smart-home smarthome windows

Last synced: about 22 hours ago
JSON representation

Cross platform MQTT client for MQTT debugging and message inspection. It is based on the .NET library MQTTnet.

Awesome Lists containing this project

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