A simple yet feature-rich client to visualize data of any MQTT broker
MQTT5 Explorer
MQTT5 Explorer is a simple yet feature-rich client to visualize data of any MQTT broker.
About this project
Project setup
npm install
Compiles and hot-reloads for development
npm run electron:serve
Generate app icons
npm run electron:icons
Lints and fixes files
npm run lint
Compiles and minifies for production
N.B.: the build process includes electron publish, a .env file with the GITHUB_TOKEN
environment variable set is required.
# Linux
npm run electron:build -- --linux
# MacOS
npm run electron:build -- --mac
# Windows
npm run electron:build -- --win