Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.43 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.43 KB

A MQTT client tool plugin for IDEA that enables you to interact quickly and easily with any MQTT Broker or IoT(Internet of Things) server.
The client gives you a single compact tool for the most important client operations (publish and subscribe).

plugin page: https://plugins.jetbrains.com/plugin/17465-mqtt-client

Features

  • MQTT 5.0 protocol support: The client supports most of MQTT features for MQTT Version 5 & 3.1.1.
  • Simple and clean graphical interface: Chat like interface.
  • SSL authentication: Support for CA certificates
  • Payload format conversion: Support for Hex, Base64, JSON and Plaintext.
  • Custom script: Support custom script to encode/decode any protocol data.

How to use

connect and subscribe/publish

sub&pub

Connect script

You can use script to encode the username or encrypt the password before connect to the server.
More details: use script

Message script

add script

add script

use script

use script select script

Contact me

If you have any questions or ideas, contact me:
email: cadeeper@gmail.com