{"id":32304294,"url":"https://github.com/abobija/esp-smartconfig-dart","last_synced_at":"2026-02-22T03:42:06.176Z","repository":{"id":37698342,"uuid":"387467747","full_name":"abobija/esp-smartconfig-dart","owner":"abobija","description":"EspTouch and EspTouchV2 implementations of SmartConfig provisioning protocols. Plain Dart. All platforms.","archived":false,"fork":false,"pushed_at":"2025-05-22T14:19:09.000Z","size":353,"stargazers_count":55,"open_issues_count":5,"forks_count":10,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-07T01:26:14.826Z","etag":null,"topics":["dart","esp","esp32","esp8266","espressif","esptouch","esptouch-v2","flutter","ios","iot","password","provisioning","smartconfig","ssid","wifi"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/esp_smartconfig","language":"Dart","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/abobija.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2021-07-19T13:07:23.000Z","updated_at":"2025-10-05T01:23:15.000Z","dependencies_parsed_at":"2024-03-07T14:50:59.318Z","dependency_job_id":"7463f09c-03a5-4161-b009-2ff925348ab5","html_url":"https://github.com/abobija/esp-smartconfig-dart","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/abobija/esp-smartconfig-dart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abobija%2Fesp-smartconfig-dart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abobija%2Fesp-smartconfig-dart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abobija%2Fesp-smartconfig-dart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abobija%2Fesp-smartconfig-dart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abobija","download_url":"https://codeload.github.com/abobija/esp-smartconfig-dart/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abobija%2Fesp-smartconfig-dart/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29704419,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T03:17:42.375Z","status":"ssl_error","status_checked_at":"2026-02-22T03:17:31.622Z","response_time":110,"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":["dart","esp","esp32","esp8266","espressif","esptouch","esptouch-v2","flutter","ios","iot","password","provisioning","smartconfig","ssid","wifi"],"created_at":"2025-10-23T06:23:49.488Z","updated_at":"2026-02-22T03:42:06.171Z","avatar_url":"https://github.com/abobija.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003cimg src=\"https://github.com/abobija/esp-smartconfig-dart/raw/main/assets/img/esp_smartconfig_abstract.png\" alt=\"esp_smartconfig\" /\u003e\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://pub.dev/packages/esp_smartconfig\"\u003e\u003cimg src=\"https://img.shields.io/pub/v/esp_smartconfig?color=blue\u0026logo=dart\u0026style=for-the-badge\" alt=\"pub version\" /\u003e\u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/abobija/esp-smartconfig-dart?style=for-the-badge\" alt=\"license\" /\u003e\n\u003c/div\u003e\n\nDart implementation of [EspTouch](https://www.espressif.com/en/products/software/esp-touch/overview) provisioner. Supports Android, iOS, Windows, Linux and macOS.\n\n## Implemented protocols\n\n- EspTouch\n- EspTouch V2\n\n## Supported platforms\n\nAll non-web platforms are supported. Web platform is not supported mainly because browsers does not allow UDP communication.\n\n\u003e If you are going to use this library on Desktop platforms make sure that UDP port `18266` is open in firewall for incoming data.\n\n##### Breaking Change iOS 14.6/16\nThe breaking change was implemented with 14.6. However, it seems to be the case that the mentioned problem only occurs on devices with iOS version 16. It results in the fact that no connection to the ESP can be established. \n\n**How to:**\n- You need an Apple-Developer account\n- After the Dev-Account has been approved, you have to make a request via this [form](https://developer.apple.com/contact/request/networking-multicast) to be allowed to use the Multicast Api.\n- Then you can follow this [guide](https://developer.apple.com/forums/thread/663271?answerId=639455022#639455022) (new process)\n\n## Demo videos\n\n| Console App | Flutter Mobile App |\n| --- | --- |\n| [![Demo Video - Console App](https://img.youtube.com/vi/yjxtwQ8Xpuo/mqdefault.jpg)](https://youtu.be/yjxtwQ8Xpuo) | [![Demo Video - Flutter Mobile App](https://img.youtube.com/vi/bE5uClhBgxM/mqdefault.jpg)](https://youtu.be/bE5uClhBgxM) |\n\n\n## Example\n\n*Several examples of using this library are available in [**example folder**](example).*\n\n```dart\nimport 'package:esp_smartconfig/esp_smartconfig.dart';\n\nfinal provisioner = Provisioner.espTouch();\n\nprovisioner.listen((response) {\n    print(\"Device ${response.bssidText} connected to WiFi!\");\n});\n\ntry {\n    await provisioner.start(ProvisioningRequest.fromStrings(\n        ssid: \"NETWORK NAME\",\n        bssid: \"ROUTER BSSID\", // Optional\n        password: \"NETWORK PASSWORD\",\n    ));\n\n    // If you are going to use this library in Flutter\n    // this is good place to show some Dialog and wait for exit\n    //\n    // Or simply you can delay with Future.delayed function\n    await Future.delayed(Duration(seconds: 10));\n} catch (e, s) {\n    print(e);\n}\n\n// Provisioning does not have any timeout so it needs to be\n// stopped manually\nprovisioner.stop();\n```\n\n## SmartConfig\n\nThe SmartConfig\u003csup\u003eTM\u003c/sup\u003e is a provisioning technology to connect a new Wi-Fi device to a Wi-Fi network.\n\nThe advantage of this technology is that the device does not need to directly know SSID or password of an Access Point (AP). Those information is provided using this library. This is particularly important to headless device and systems, due to their lack of a user interface.\n\n## Author\n\nGitHub: [abobija](https://github.com/abobija)\u003cbr\u003e\nHomepage: [abobija.com](https://abobija.com)\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabobija%2Fesp-smartconfig-dart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabobija%2Fesp-smartconfig-dart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabobija%2Fesp-smartconfig-dart/lists"}