Skip to content

hivemq/mqtt-cli

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
January 19, 2023 12:13
October 14, 2022 14:53
March 7, 2023 11:58
September 25, 2019 09:57
img
February 3, 2023 12:09
July 20, 2021 10:23
May 17, 2022 10:41
January 12, 2023 13:37
April 4, 2022 12:21
July 20, 2021 10:23
July 20, 2021 10:23
October 10, 2022 21:24
September 1, 2022 17:07

GitHub Release GitHub Workflow Status (branch) CLI Downloads CLI License

mqtt-cli is a feature-rich MQTT Command Line Interface.



Getting StartedPublishSubscribeShellTestHow to Contribute

Getting Started

Publish

  • Publish a message
  • Quick start: mqtt pub -t your-topic -m "your message" -h your-mqtt-broker.com
  • Further documentation

Subscribe

  • Subscribe to topics and receive output directly on the console
  • Quick start: mqtt sub -t your-topic -h your-mqtt-broker.com
  • Further documentation

Shell

  • Enter the mqtt-cli shell mode to access more MQTT functionality
  • Quick start: mqtt sh
  • Further documentation

Test

  • Run tests against a broker to find out its features and limitations
  • Quick start: mqtt test -h your-mqtt-broker.com
  • Further documentation

How to Contribute