Skip to content
/ MQTTX Public
forked from emqx/MQTTX

Cross-platform MQTT desktop client

License

Notifications You must be signed in to change notification settings

joncv/MQTTX

 
 

Repository files navigation

MQTTX Logo

MQTTX

GitHub Release Support Platforms Total Downloads

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.

Preview

mqttx-preview

Installation

Download from GitHub Releases and install it.

Usage

  1. 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
  1. The same broker can create many clients

  2. Go back to connectons page, select the broker's client for connection testing

Develop

# 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

Contributing

  1. Fork this repository

  2. Add upstream remote git remote add upstream [email protected]:emqx/MQTTX.git

  3. Modify code, add commit on new branch, push it

  4. Submit a pull request to upstream develop branch, we will review it

Technology Stack

License

Apache License 2.0, see LICENSE.

About

Cross-platform MQTT desktop client

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 61.9%
  • TypeScript 25.6%
  • CSS 9.2%
  • JavaScript 2.9%
  • HTML 0.4%