English | 简体中文
MQTTX is a cross-platform MQTT desktop client open sourced by EMQ, which supports macOS, Linux, and Windows.
MQTTX adopts the form of chat interface, which simplifies the page operation, facilitates the user to quickly test the MQTT/MQTTS connection, publish and subscribe to MQTT messages.
Download from GitHub Releases and install it.
- Create broker
# If you don't have a mqtt broker available, you can use this public broker test.
Broker Address: broker.emqx.io
Broker Port: 1883
-
The same broker can create many clients
-
Go back to connectons page, select the broker's client for connection testing
# Clone
git clone [email protected]:emqx/MQTTX.git
# Install dependencies
cd MQTTX
yarn install
# Compiles and hot-reloads for development
yarn run electron:serve
# Compiles and minifies for production
yarn run electron:build
-
Fork this repository
-
Add upstream remote
git remote add upstream [email protected]:emqx/MQTTX.git
-
Modify code, add commit on new branch, push it
-
Submit a pull request to upstream develop branch, we will review it
Apache License 2.0, see LICENSE.