{"id":13470980,"url":"https://github.com/JesseFarebro/android-mqtt-service","last_synced_at":"2025-03-26T12:32:17.067Z","repository":{"id":7945432,"uuid":"9338915","full_name":"JesseFarebro/android-mqtt-service","owner":"JesseFarebro","description":"A simple MQTT Service that will keep running for the duration of your Android application using the Paho Java MQTT Client.","archived":true,"fork":false,"pushed_at":"2016-05-14T05:44:09.000Z","size":135,"stargazers_count":243,"open_issues_count":1,"forks_count":98,"subscribers_count":28,"default_branch":"master","last_synced_at":"2024-10-30T02:57:54.617Z","etag":null,"topics":["android","java-library","mqtt","mqtt-client"],"latest_commit_sha":null,"homepage":null,"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/JesseFarebro.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}},"created_at":"2013-04-10T05:32:07.000Z","updated_at":"2024-03-31T14:13:36.000Z","dependencies_parsed_at":"2022-09-13T08:40:29.182Z","dependency_job_id":null,"html_url":"https://github.com/JesseFarebro/android-mqtt-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JesseFarebro%2Fandroid-mqtt-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JesseFarebro%2Fandroid-mqtt-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JesseFarebro%2Fandroid-mqtt-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JesseFarebro%2Fandroid-mqtt-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JesseFarebro","download_url":"https://codeload.github.com/JesseFarebro/android-mqtt-service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245654397,"owners_count":20650857,"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":["android","java-library","mqtt","mqtt-client"],"created_at":"2024-07-31T16:00:38.030Z","updated_at":"2025-03-26T12:32:16.761Z","avatar_url":"https://github.com/JesseFarebro.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"DEPRECATED\n=========================\nI would strongly recommend using the official [Paho Android client](http://www.eclipse.org/paho/clients/android/).\n\nSetup\n----\n* Make sure to add the service to your AndroidManifest.xml\n* Edit the appropriate fields in the class with the information required\n\nSimple Example\n----\n```xml\n\u003cmanifest xmlns:android=\"http://schemas.android.com/apk/res/android\"\n         android:versionCode=\"1\"\n         android:versionName=\"1.0\"\u003e\n\n         \u003creceiver android:name=\".MyReceiver\" android:enabled=\"true\" android:exported=\"false\"\u003e\n             \u003cintent-filter\u003e\n                 \u003caction android:name=\"android.intent.action.BOOT_COMPLETED\" /\u003e\n             \u003c/intent-filter\u003e\n         \u003c/receiver\u003e\n\n         \u003cservice android:name=\"com.jessefarebro.mqtt.MqttService\" android:exported=\"false\" /\u003e\n\n         \u003cuses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\" /\u003e\n\u003c/manifest\u003e\n```\n\n\nLicense\n-------\n\n    Copyright 2013 Jesse Farebrother\n    \n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n    \n    http://www.apache.org/licenses/LICENSE-2.0\n    \n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJesseFarebro%2Fandroid-mqtt-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJesseFarebro%2Fandroid-mqtt-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJesseFarebro%2Fandroid-mqtt-service/lists"}