Overview of MQTTX
mainMQTTX is an open-source, cross-platform MQTT 5.0 client tool developed by EMQ. It features a chat-like UI designed to simplify testing MQTT/MQTTS connections and publishing/subscribing to messages. It allows users to quickly create and save multiple client connections.
Key Features:
- Supported Platforms: Windows, macOS, and Linux.
- MQTT Versions: Supports MQTT v3.1.1 and MQTT v5.0.
- Security: Supports CA, self-signed certificates, and one-way/two-way SSL certificates.
- Connectivity: Supports WebSocket connections to MQTT servers.
- Payload Formats: Supports Hex, Base64, JSON, and Plaintext.
- UI Customization: Supports Light, Dark, and Night (Purple) themes, and custom color marking for subscribed topics.
- Special Features: Automatic subscription to
$SYStopics with configurable levels.