{"id":23922608,"url":"https://github.com/datenhahn/easymqtt-kotlin","last_synced_at":"2025-06-23T13:33:15.503Z","repository":{"id":215468859,"uuid":"125618113","full_name":"datenhahn/easymqtt-kotlin","owner":"datenhahn","description":"A kotlin paho wrapper with easy to use interface.","archived":false,"fork":false,"pushed_at":"2018-03-17T11:16:50.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-23T22:28:17.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datenhahn.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}},"created_at":"2018-03-17T10:24:22.000Z","updated_at":"2018-03-17T11:16:52.000Z","dependencies_parsed_at":"2024-01-04T16:44:04.750Z","dependency_job_id":null,"html_url":"https://github.com/datenhahn/easymqtt-kotlin","commit_stats":null,"previous_names":["datenhahn/easymqtt-kotlin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/datenhahn/easymqtt-kotlin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Feasymqtt-kotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Feasymqtt-kotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Feasymqtt-kotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Feasymqtt-kotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datenhahn","download_url":"https://codeload.github.com/datenhahn/easymqtt-kotlin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datenhahn%2Feasymqtt-kotlin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261487001,"owners_count":23166002,"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":[],"created_at":"2025-01-05T17:15:23.813Z","updated_at":"2025-06-23T13:33:10.469Z","avatar_url":"https://github.com/datenhahn.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# EasyMqtt\n\n![EasyMqtt Logo](./doc/easy-mqtt-logo.png)\n\nA kotlin paho wrapper with easy to use interface.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\n## Add to your project\n\n### Gradle\n\n```\n\tallprojects {\n\t\trepositories {\n\t\t\t...\n\t\t\tmaven { url 'https://jitpack.io' }\n\t\t}\n\t}\n```\n\n```\n\tdependencies {\n   \t        compile 'com.github.datenhahn:easymqtt-kotlin:-SNAPSHOT'\n   \t}\n\n```\n\n### Maven\n\n```\n\t\u003crepositories\u003e\n\t\t\u003crepository\u003e\n\t\t    \u003cid\u003ejitpack.io\u003c/id\u003e\n\t\t    \u003curl\u003ehttps://jitpack.io\u003c/url\u003e\n\t\t\u003c/repository\u003e\n\t\u003c/repositories\u003e\n```\n\n```\n\t\u003cdependency\u003e\n\t    \u003cgroupId\u003ecom.github.datenhahn\u003c/groupId\u003e\n\t    \u003cartifactId\u003eeasymqtt-kotlin\u003c/artifactId\u003e\n\t    \u003cversion\u003e-SNAPSHOT\u003c/version\u003e\n\t\u003c/dependency\u003e\n```\n\n## Example\n\nSee also: https://github.com/datenhahn/easymqtt-kotlin-example\n\n```kotlin\npackage de.datenhahn.easymqtt\n\nimport com.github.sylvek.embbededmosquitto.Mosquitto\n\nfun main(args: Array\u003cString\u003e) {\n    println(\"Starting example server\")\n    Mosquitto.getInstance().start()\n\n    val client = EasyMqtt()\n    client.subscribe(\"easymqtt/example\", onMessage = { topic, message -\u003e println(topic + \" | \" + message) })\n    client.publish(\"easymqtt/example\", \"MQTT is easy!\")\n    client.disconnect()\n}\n```\n\n## Todo\n\n- [ ] add SSL example and tests \n- [ ] stabilize API and tag stable version\n\n## Logo\n\nBased on\n\nhttps://openclipart.org/detail/34159/tango-mail-forward\nhttps://openclipart.org/detail/223782/smile","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatenhahn%2Feasymqtt-kotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatenhahn%2Feasymqtt-kotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatenhahn%2Feasymqtt-kotlin/lists"}