Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day ago
JSON representation
Cross platform MQTT client for MQTT debugging and message inspection. It is based on the .NET library MQTTnet.
- Host: GitHub
- URL: https://github.com/chkr1011/mqttmultimeter
- Owner: chkr1011
- License: mit
- Created: 2021-01-23T10:33:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-09T09:46:01.000Z (2 months ago)
- Last Synced: 2025-01-13T04:04:55.237Z (8 days ago)
- Topics: 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
- Language: C#
- Homepage:
- Size: 1.6 MB
- Stars: 265
- Watchers: 10
- Forks: 40
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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