8000 GitHub - Mu-L/mqtt-cli: MQTT CLI is a useful command line interface for connecting various MQTT clients supporting MQTT 5.0 and 3.1.1
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ mqtt-cli Public
forked from hivemq/mqtt-cli

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

License

Notifications You must be signed in to change notification settings

Mu-L/mqtt-cli

 
 

Repository files navigation

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

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.8%
  • Other 2.2%
0