{"id":17034121,"url":"https://github.com/theolampert/peerstream","last_synced_at":"2025-07-31T13:34:15.665Z","repository":{"id":175784491,"uuid":"647737054","full_name":"theolampert/PeerStream","owner":"theolampert","description":"Async/Await stream-based API for Multipeer Connectivity","archived":false,"fork":false,"pushed_at":"2023-06-02T14:57:10.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-01T15:28:10.012Z","etag":null,"topics":["async-await","multipeer-connectivity","multipeerconnectivity","peer-to-peer","stream","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/theolampert.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-31T12:17:48.000Z","updated_at":"2023-06-16T06:45:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3bbfdc7-4bc4-4a50-b0ab-f3183afc8eb5","html_url":"https://github.com/theolampert/PeerStream","commit_stats":null,"previous_names":["theolampert/peerstream"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/theolampert/PeerStream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theolampert%2FPeerStream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theolampert%2FPeerStream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theolampert%2FPeerStream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theolampert%2FPeerStream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theolampert","download_url":"https://codeload.github.com/theolampert/PeerStream/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theolampert%2FPeerStream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268047997,"owners_count":24187210,"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","status":"online","status_checked_at":"2025-07-31T02:00:08.723Z","response_time":66,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["async-await","multipeer-connectivity","multipeerconnectivity","peer-to-peer","stream","swift"],"created_at":"2024-10-14T08:37:28.662Z","updated_at":"2025-07-31T13:34:15.623Z","avatar_url":"https://github.com/theolampert.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"### PeerStream\n\nA simple wrapper around Multipeer Connectivity using async iterator streams.\n\n```swift\nlet peerStream: PeerStream = PeerStream()\nTask {\n    for try await message in peerStream {\n        switch message {\n        case .onStateChange(state: let state, peer: let peer):\n            print(\"STREAM\", state == .connected, peer.displayName)\n        default:\n            break\n        }\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheolampert%2Fpeerstream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheolampert%2Fpeerstream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheolampert%2Fpeerstream/lists"}