mqtt-cli
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
Additional behavior changes: - Removed the connect check, which returns a client directly when it’s already connected because it prevents users to do session takeovers in the shell. Instead they...
## Problem or use case Could you push a multi architecture to the Docker registry, so that we can debug MQTT on Raspberry pies to? Today I get: ``` docker...
## Expected behavior When config.properties contains valid values for: ``` auth.server.cafile auth.client.cert auth.client.key ``` I should be able to do operations like `con`, `pub`, `sub` without having to specify certificate...