Awesome
<div align="center"> <a href="https://hivemq.github.io/mqtt-cli/"> <img src="./img/mqtt-logo.svg" width="500"/> </a><i>mqtt-cli</i> is a <b>feature-rich MQTT Command Line Interface</b>.
<img align="center" src="./img/pubsub.gif"/><br></br> Getting Started • Publish • Subscribe • Shell • Test • How to Contribute
</div>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 <i>mqtt-cli shell</i> 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
- If you want to request a feature or report a bug, please create a GitHub Issue using one of the provided templates
- If you want to make a contribution to the project, please have a look at the contribution guide