{"id":19808426,"url":"https://github.com/limitium/mqttwifi","last_synced_at":"2026-04-12T19:59:17.770Z","repository":{"id":142078803,"uuid":"261841627","full_name":"limitium/MQTTWIFI","owner":"limitium","description":"robust mqtt client over wifi for ESP8266 and ESP32","archived":false,"fork":false,"pushed_at":"2020-09-22T21:46:21.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T06:33:34.674Z","etag":null,"topics":["esp32","esp32-library","esp8266","esp8266-library","mqtt","mqtt-client","pubsub","wifi"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/limitium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-05-06T18:09:35.000Z","updated_at":"2020-09-22T22:22:40.000Z","dependencies_parsed_at":"2023-07-22T16:15:06.407Z","dependency_job_id":null,"html_url":"https://github.com/limitium/MQTTWIFI","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/limitium%2FMQTTWIFI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limitium%2FMQTTWIFI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limitium%2FMQTTWIFI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/limitium%2FMQTTWIFI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/limitium","download_url":"https://codeload.github.com/limitium/MQTTWIFI/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241151776,"owners_count":19918545,"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":["esp32","esp32-library","esp8266","esp8266-library","mqtt","mqtt-client","pubsub","wifi"],"created_at":"2024-11-12T09:13:50.182Z","updated_at":"2025-12-31T01:11:51.012Z","avatar_url":"https://github.com/limitium.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MQTTWIFI - robust mqtt client over wifi for ESP8266 and ESP32\nbuild on top of arduino mqtt client library [pubsubclient](http://pubsubclient.knolleary.net/)\n\n[![Build Status](https://travis-ci.org/limitium/MQTTWIFI.svg?branch=master)](https://travis-ci.org/limitium/MQTTWIFI)\n[![License](https://img.shields.io/badge/license-MIT%20License-blue.svg)](http://doge.mit-license.org)\n\n## Features\n- Simplest usage and api ever\n- Aggressive wifi and mqtt connection sustenance\n\n## Quick start\n\n```c++\n    MQTTWIFI::MQTTWIFI mqttwifi = MQTTWIFI::MQTTWIFI(\"wifiname\", \"password\", \"broker.mqttdashboard.com\", 1883, \"ConnectionID\");\n    void setup()\n    {\n        mqttwifi.init();\n        mqttwifi.subscribe(\"topic1\", [](const char *payload) {\n            Serial.printf(\"Rcv from topic1, %s\", payload);\n        });\n    }\n\n    void loop()\n    {\n        mqttwifi.loop();\n        mqttwifi.publish(\"topic1\", \"msg!\");\n}\n```\n## Exmaple\n- [Basic](https://github.com/limitium/mqttwifi/tree/master/examples/basic) - basic=full usage example\n\n## Dependencies\n* (pubsubclient)[https://github.com/knolleary/pubsubclient]\n* (log4esp)[https://github.com/hunsalz/log4Esp]\n\n## Limitations\n* all from underlying library (pubsubclient)[https://github.com/knolleary/pubsubclient#limitations]\n\n## License\nMQTTWIFI is open-source software licensed under the [MIT license](http://opensource.org/licenses/MIT)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimitium%2Fmqttwifi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimitium%2Fmqttwifi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimitium%2Fmqttwifi/lists"}