GitXplorerGitXplorer
c

mqttMultimeter

public
265 stars
40 forks
2 issues

Commits

List of commits on branch main.
Unverified
86a8032979ddb1742e3124e4c42dec9870440d12

Update version

cchkr1011 committed 2 months ago
Verified
1393f3f3d8d190f932c21db422ac421739388362

Update Avalonia UI to 11.2 (#102)

cchkr1011 committed 2 months ago
Verified
b3411f921875da202bc40ac581c46a364543419a

Fix crashes when selecting items in Inflight and TopicExplorer pages (#101)

cchkr1011 committed 4 months ago
Unverified
ddc1c7652d5b2e8414ce47f6795be6de68d37e67

Add flatpak files

cchkr1011 committed 5 months ago
Verified
2599e58854d5bbfc023820d58eef15fe0733b31b

Update nugets (#98)

cchkr1011 committed 5 months ago
Verified
47a2849dffe1eafbebe4fed5e1ff95b261a37e95

Fix publish button binding (#97) (#99)

cchkr1011 committed 5 months ago

README

The README file for this repository.

Downloads CI Join the chat at https://gitter.im/MQTTnet/community License: MIT

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