{"id":13582708,"url":"https://github.com/hivemq/mqtt-cli","last_synced_at":"2026-01-27T12:32:40.443Z","repository":{"id":35445974,"uuid":"179662841","full_name":"hivemq/mqtt-cli","owner":"hivemq","description":"MQTT CLI is a useful command line interface for connecting various MQTT clients supporting MQTT 5.0 and 3.1.1 ","archived":false,"fork":false,"pushed_at":"2026-01-20T16:46:28.000Z","size":16210,"stargazers_count":357,"open_issues_count":11,"forks_count":51,"subscribers_count":23,"default_branch":"master","last_synced_at":"2026-01-20T19:39:29.314Z","etag":null,"topics":["cli","iot","java","mqtt","mqtt-client"],"latest_commit_sha":null,"homepage":"https://hivemq.github.io/mqtt-cli/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hivemq.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-04-05T10:34:03.000Z","updated_at":"2026-01-20T16:46:32.000Z","dependencies_parsed_at":"2023-09-26T19:12:57.617Z","dependency_job_id":"358ce842-48c4-4b18-8c0a-45e840a3a7de","html_url":"https://github.com/hivemq/mqtt-cli","commit_stats":null,"previous_names":[],"tags_count":106,"template":false,"template_full_name":null,"purl":"pkg:github/hivemq/mqtt-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivemq%2Fmqtt-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivemq%2Fmqtt-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivemq%2Fmqtt-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivemq%2Fmqtt-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hivemq","download_url":"https://codeload.github.com/hivemq/mqtt-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hivemq%2Fmqtt-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","iot","java","mqtt","mqtt-client"],"created_at":"2024-08-01T15:02:57.413Z","updated_at":"2026-01-27T12:32:40.418Z","avatar_url":"https://github.com/hivemq.png","language":"Java","readme":"\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"https://hivemq.github.io/mqtt-cli/\"\u003e\n\u003cimg src=\"./img/mqtt-logo.svg\" width=\"500\"/\u003e\n\u003c/a\u003e\n\n[![GitHub Release](https://img.shields.io/github/v/release/hivemq/mqtt-cli?style=for-the-badge)](https://github.com/hivemq/mqtt-cli/releases)\n[![GitHub Workflow Status (branch)](https://img.shields.io/github/actions/workflow/status/hivemq/mqtt-cli/.github/workflows/check.yml?branch=master\u0026style=for-the-badge)](https://github.com/hivemq/mqtt-cli/actions/workflows/check.yml?query=branch%3Amaster)\n[![CLI Downloads](https://img.shields.io/github/downloads/hivemq/mqtt-cli/total?style=for-the-badge)](https://github.com/hivemq/mqtt-cli/releases)\n[![CLI License](https://img.shields.io/github/license/hivemq/mqtt-cli?style=for-the-badge)](https://github.com/hivemq/mqtt-cli/blob/develop/LICENSE)\n\n\u003ci\u003emqtt-cli\u003c/i\u003e is a \u003cb\u003efeature-rich MQTT Command Line Interface\u003c/b\u003e.\n\n\u003cimg align=\"center\" src=\"./img/pubsub.gif\"/\u003e\n\n\u003cbr\u003e\u003c/br\u003e\n[Getting Started](#getting-started) •\n[Publish](#publish) •\n[Subscribe](#subscribe) •\n[Shell](#shell) •\n[Test](#test) •\n[How to Contribute](#how-to-contribute)\n\n\n\u003c/div\u003e\n\n## Getting Started\n\n- [Installation instructions](https://hivemq.github.io/mqtt-cli/docs/installation/) \n- [Building from source](https://hivemq.github.io/mqtt-cli/docs/installation/#building-from-source) \n- [Full documentation](https://hivemq.github.io/mqtt-cli)\n\n## Publish\n\n- Publish a message\n- Quick start: `mqtt pub -t your-topic -m \"your message\" -h your-mqtt-broker.com`\n- [Further documentation](https://hivemq.github.io/mqtt-cli/docs/publish/) \n\n\u003cimg align=\"center\" src=\"./img/publish.gif\"/\u003e\n\n## Subscribe\n\n- Subscribe to topics and receive output directly on the console\n- Quick start: `mqtt sub -t your-topic -h your-mqtt-broker.com`\n- [Further documentation](https://hivemq.github.io/mqtt-cli/docs/subscribe/)\n\n\u003cimg align=\"center\" src=\"./img/subscribe.gif\"/\u003e\n\n## Shell\n\n- Enter the \u003ci\u003emqtt-cli shell\u003c/i\u003e mode to access more MQTT functionality\n- Quick start: `mqtt sh`\n- [Further documentation](https://hivemq.github.io/mqtt-cli/docs/shell/)\n\n\n\u003cimg align=\"center\" src=\"./img/shell.gif\"/\u003e\n\n## Test\n\n- Run tests against a broker to find out its features and limitations\n- Quick start: `mqtt test -h your-mqtt-broker.com`\n- [Further documentation](https://hivemq.github.io/mqtt-cli/docs/test/)\n\n\n\u003cimg align=\"center\" src=\"./img/test.gif\"/\u003e\n\n\n## How to Contribute\n- If you want to request a feature or report a bug, please [create a GitHub Issue using one of the provided templates](https://github.com/hivemq/mqtt-cli/issues/new/choose)\n- If you want to make a contribution to the project, please have a look at the [contribution guide](CONTRIBUTING.md)\n","funding_links":[],"categories":["Tools","Java"],"sub_categories":["Talks"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivemq%2Fmqtt-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhivemq%2Fmqtt-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhivemq%2Fmqtt-cli/lists"}