Skip to content

qianshen88/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, allow multiple clients information to be saved, 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.

Alternative, you can download here.

Usage

  1. Create connection, click the + button on the left menu bar.

  2. Configure the items you need to complete in the form.

If you don't have a mqtt broker available, you can use this EMQ X public broker to test.

IP Address: broker.emqx.io
Port: 1883
  1. Click the connect button in the upper right corner and you can easily create a connection and test it with messages.

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 58.6%
  • TypeScript 25.2%
  • CSS 12.4%
  • JavaScript 3.4%
  • HTML 0.4%