mqtt-cli icon indicating copy to clipboard operation
mqtt-cli copied to clipboard

MQTT CLI is a useful command line interface for connecting various MQTT clients supporting MQTT 5.0 and 3.1.1

Results 33 mqtt-cli issues
Sort by recently updated
recently updated
newest added

## Expected behavior Connected to the AWS IoT Core and subscribed to the topic. ## Actual behavior Connection fails. The following output is provided: ``` Client '[email protected]' sending CONNECT MqttConnect{keepAlive=60,...

Hi. We are tying to setup a one-way SSL connection. And have tried different settings, as such: `mqtt pub -t 'MQTT/TEST2' -h thehostname -p 1234 -s true --cafile cabundle_der.pem --capath...

## Expected behavior `mqtt sub` exits once `head` exits. The CLI should exit on `SIGPIPE`. ## Actual behavior `mqtt sub` keeps running despite `SIGPIPE`. ## To Reproduce ### Steps 1....

Is it possible to use private key files in DER format? I tried without success, I received the error: `Invalid value for option '--key': cannot convert 'client_key_rsa.der' to PrivateKey (The...

For systems that have a headless version of the jre installed such as `openjdk-8-jre-headless` **Motivation** Allow installation of deb package in systems with a headless jre **Changes** Add extra dependency...

## Expected behavior Installation of deb package succeeds since java is present in the system ## Actual behavior ``` $ sudo apt install mqtt-cli The following packages have unmet dependencies:...

## Expected behavior After running following command swarm scenario should get executed. > ./bin/mqtt swarm run start -f /root/Downloads/hivemq-4.6.1/tools/hivemq-swarm/scenario/scenario.xml ## Actual behavior However see actual output in file attached. [output.zip](https://github.com/hivemq/mqtt-cli/files/6686975/output.zip)...

## Problem or use case By leveraging SubstrateVMs native image feature, we can package the MQTT CLI into a single binary, removing the immediate dependency on a local Java installation...

feature
native

## Expected behavior - If the mqtt broker enforces TLS with client authentication via client certificates (two-way-handshake) and mqtt cli is connected with tls version specified as TLSv1.2 then the...

bug

## Problem or use case Make MQTT CLI available for [Winget](https://github.com/microsoft/winget-pkgs). In Windows PowerShell: ``` winget install mqtt-cli ``` ## Preferred solution or suggestions - Expand `build.gradle` to build the...

feature