{"id":15163264,"url":"https://github.com/chmoore889/esp_rainmaker_association","last_synced_at":"2026-01-20T07:32:54.298Z","repository":{"id":56828555,"uuid":"332633123","full_name":"chmoore889/esp_rainmaker_association","owner":"chmoore889","description":"Native Dart implementation of ESP Rainmaker provisioning and user mapping.","archived":false,"fork":false,"pushed_at":"2022-10-06T21:27:38.000Z","size":100,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T09:48:59.257Z","etag":null,"topics":["esp-rainmaker","esp32","espressif"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/esp_rainmaker_association","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chmoore889.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}},"created_at":"2021-01-25T04:45:27.000Z","updated_at":"2024-01-06T08:15:40.000Z","dependencies_parsed_at":"2022-08-28T21:11:07.884Z","dependency_job_id":null,"html_url":"https://github.com/chmoore889/esp_rainmaker_association","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/chmoore889/esp_rainmaker_association","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmoore889%2Fesp_rainmaker_association","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmoore889%2Fesp_rainmaker_association/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmoore889%2Fesp_rainmaker_association/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmoore889%2Fesp_rainmaker_association/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chmoore889","download_url":"https://codeload.github.com/chmoore889/esp_rainmaker_association/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chmoore889%2Fesp_rainmaker_association/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":["esp-rainmaker","esp32","espressif"],"created_at":"2024-09-27T02:22:14.910Z","updated_at":"2026-01-20T07:32:54.283Z","avatar_url":"https://github.com/chmoore889.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Introduction\nA native dart implementation of ESP Rainmaker provisioning and user mapping.\n\nCurrently only security 0 is supported and there are no plans to implement security 1, though pull requests would be welcome.\n\n## Usage\n\nA simple usage example:\n\n```dart\nimport 'package:esp_rainmaker_association/rainmaker_association.dart';\nimport 'package:uuid/uuid.dart';\n\nFuture\u003cvoid\u003e main() async {\n  final device = EspDevice();\n  final mapping = UserMapping(device);\n\n  final networks = await device.scanNetworks();\n  print(networks);\n\n  final uidGen = Uuid();\n  final secKey = uidGen.v1();\n\n  await mapping.mapUser('user_id', secKey);\n  await device.provision('ssid', 'pass');\n}\n```\n\n## Features and bugs\n\nPlease file feature requests and bugs at the [issue tracker][tracker].\n\n[tracker]: https://github.com/chmoore889/esp_rainmaker_association/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchmoore889%2Fesp_rainmaker_association","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchmoore889%2Fesp_rainmaker_association","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchmoore889%2Fesp_rainmaker_association/lists"}