{"id":26466143,"url":"https://github.com/vert-x3/vertx-mqtt-server","last_synced_at":"2025-03-19T12:01:06.821Z","repository":{"id":11399722,"uuid":"69547915","full_name":"vert-x3/vertx-mqtt","owner":"vert-x3","description":"Vert.x MQTT","archived":false,"fork":false,"pushed_at":"2025-02-12T09:52:10.000Z","size":1160,"stargazers_count":195,"open_issues_count":43,"forks_count":91,"subscribers_count":34,"default_branch":"master","last_synced_at":"2025-03-17T14:51:22.525Z","etag":null,"topics":["client","iot","mqtt","reactive","rxjava","rxjava2","server","vertx"],"latest_commit_sha":null,"homepage":"","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/vert-x3.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2016-09-29T08:35:24.000Z","updated_at":"2025-03-05T01:57:11.000Z","dependencies_parsed_at":"2023-10-11T12:12:10.103Z","dependency_job_id":"379888f4-e6d6-4719-8e45-a083a6384d4d","html_url":"https://github.com/vert-x3/vertx-mqtt","commit_stats":{"total_commits":507,"total_committers":31,"mean_commits":16.35483870967742,"dds":0.5285996055226825,"last_synced_commit":"27ce1e29786b6664db96d8cd4da33aeac8d5022c"},"previous_names":["vert-x3/vertx-mqtt-server"],"tags_count":115,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-mqtt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-mqtt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-mqtt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vert-x3%2Fvertx-mqtt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vert-x3","download_url":"https://codeload.github.com/vert-x3/vertx-mqtt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244422567,"owners_count":20450234,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["client","iot","mqtt","reactive","rxjava","rxjava2","server","vertx"],"created_at":"2025-03-19T12:00:42.571Z","updated_at":"2025-03-19T12:01:06.797Z","avatar_url":"https://github.com/vert-x3.png","language":"Java","funding_links":[],"categories":["Integration"],"sub_categories":[],"readme":"# Vert.x MQTT\n\n[![Build Status (5.x)](https://github.com/vert-x3/vertx-mqtt/actions/workflows/ci-5.x.yml/badge.svg)](https://github.com/vert-x3/vertx-mqtt/actions/workflows/ci-5.x.yml)\n[![Build Status (4.x)](https://github.com/vert-x3/vertx-mqtt/actions/workflows/ci-4.x.yml/badge.svg)](https://github.com/vert-x3/vertx-mqtt/actions/workflows/ci-4.x.yml)\n\nThis project provides the following two different components :\n\n* **server** : it's able to handle connections, communication and messages exchange with remote [MQTT](http://mqtt.org/) clients.\nIts API provides a bunch of events related to raw protocol messages received by clients and exposes some functionalities in order to send messages to them.\nIt's not a fully featured MQTT broker but can be used for building something like that or for protocol translation (MQTT \u003c--\u003e ?).\n* **client** : it's an [MQTT](http://mqtt.org/) client which is compliant with the 3.1.1 spec. Its API provides a bunch of methods\nfor connecting/disconnecting to a broker, publishing messages (with all three different levels of QoS) and subscribing to topics.\n\nSee the in-source docs for more details:\n- [Website](http://vertx.io/docs/#mqtt).\n- [Sources](src/main/asciidoc/index.adoc).\n\nSome examples are available for getting started with the server under the [vertx-examples](https://github.com/vert-x3/vertx-examples/tree/master/mqtt-examples) project.\n\n## Running tests\n\nRun all tests. The client is tested with the `mqtt.eclipse.org` server.\n\n```\n\u003e mvn verify\n```\n\nRun all tests. The client is tested with a Docker container started by Maven on the `1884` port\n\n```\n\u003e mvn verify -Plocal_test\n```\n\nLike above but with an manual Docker container start/stop.\n\n```\n\u003e docker run -d -p 1884:1883 ansi/mosquitto\n\u003e mvn verify -Dmqtt.server.host=localhost -Dmqtt.server.port=1884\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvert-x3%2Fvertx-mqtt-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvert-x3%2Fvertx-mqtt-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvert-x3%2Fvertx-mqtt-server/lists"}