Files
mqtt-explorer/Readme.md
Thomas Nordquist 2316dac809 Update Readme
2019-01-20 16:37:33 +01:00

2.1 KiB

MQTT-Explorer

Downloads Downloads Build Status

Version 0.0.9

See the whole picture of your message queue. The perfect tool to integrate new services, IoT devices in your network. This application subscribes to all topics on your MQTT-Server and displays your message queue hierarchy, allowing you to drill-down to the topics that are of interest.

Download

The app is prebuilt for Windows (portable, installer), Linux (AppImage) and Mac (dmg).

More architectures and package types: Downloads

screen2

Develop

PRs and issues are welcome

Install with npm run install, build with npm run build

Start with npm run start

The app directory contains all the rendering logic, the backend directory currently contains the models, tests, connection management.

License

Not yet decided which license exactly, but the basic idea is: "You may do whatever you want with this tool, except sell it."