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

https://github.com/ptma/mqtt-insight

Mqtt GUI client for Mac OSX, Windows and Linux
https://github.com/ptma/mqtt-insight

cross-platform iot mqtt mqtt-client mqtt-client-gui mqtt-gui mqtt-tool mqtt-websocket swing

Last synced: about 2 months ago
JSON representation

Mqtt GUI client for Mac OSX, Windows and Linux

Awesome Lists containing this project

README

          

logo MqttInsight - MQTT Client GUI
--
![JDK](https://img.shields.io/badge/JDK-17-blue.svg)
![Apache 2.0](https://img.shields.io/badge/Apache-2.0-blue.svg)
[![Release](https://img.shields.io/github/v/release/ptma/mqtt-insight.svg)](https://github.com/ptma/mqtt-insight/releases)
![](https://img.shields.io/github/downloads/ptma/mqtt-insight/total.svg)

MqttInsight is an open source cross platform MQTT desktop client.

## Features:

* Supports MQTT3 and MQTT5;
* Supports Websocket;
* Switchable table and dialogue message views;
* Topic hierarchy visualization;
* Supports Node.js JavaScript (Supported by [Javet](https://github.com/caoccao/Javet));
* Built in message codecs such as PlainText, JSON, XML, HEX, Base64, Protobuf, Message Pack, Avro, Hessian, Hessian2,
and Kryo;
* Supports codecs through Java SPI;
* Supports codecs written in JavaScript;
* Provides charts such as message quantity statistics, message load statistics, and message content statistics;
* Message search and filtering.

## Screenshots

![Screenshot1](screenshots/table_view.png)
![Screenshot1](screenshots/dialogue_view.png)
![Chart1](screenshots/chart1.png)
![Chart2](screenshots/chart2.png)
![Chart3](screenshots/chart3.png)

## Documents

* [Scripting](doc/Scripting.md)
* [Changelog](doc/Changelog.md)