{"id":24509472,"url":"https://github.com/zunjae/upnpdiscovery","last_synced_at":"2025-03-15T09:24:32.625Z","repository":{"id":201835589,"uuid":"201473980","full_name":"zunjae/UPnPDiscovery","owner":"zunjae","description":"Discover UPnP thingies from your Android device","archived":false,"fork":false,"pushed_at":"2019-09-17T07:31:00.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T15:16:23.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/zunjae.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}},"created_at":"2019-08-09T13:36:09.000Z","updated_at":"2019-09-17T07:31:01.000Z","dependencies_parsed_at":"2024-04-27T03:34:24.900Z","dependency_job_id":null,"html_url":"https://github.com/zunjae/UPnPDiscovery","commit_stats":null,"previous_names":["zunjae/upnpdiscovery"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunjae%2FUPnPDiscovery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunjae%2FUPnPDiscovery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunjae%2FUPnPDiscovery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zunjae%2FUPnPDiscovery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zunjae","download_url":"https://codeload.github.com/zunjae/UPnPDiscovery/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243708979,"owners_count":20334938,"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":[],"created_at":"2025-01-22T00:21:13.445Z","updated_at":"2025-03-15T09:24:32.604Z","avatar_url":"https://github.com/zunjae.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UPnPDiscovery\n\nI legit don't know what I am doing but this works. Based off https://github.com/berndverst/android-ssdp/blob/master/app/src/main/java/ly/readon/android_ssdp/UPnPDiscovery.java\n\n## Usage\n\n```kotlin\nval detector = UPnPDiscovery()\n\nwhen (val result = detector.detect()) {\n  is UPnPDetectorResult.Success -\u003e {\n    result.addresses\n  }\n  is UPnPDetectorResult.NoResults -\u003e {\n    print(\"No results found\")\n  }\n  is UPnPDetectorResult.FatalError -\u003e {\n    print(\"Exception: ${result.exception.message}\")\n  }\n}\n```\n\n## License\n\nThis library is available under the MIT license, though there is no need to include a license and copyright notice\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunjae%2Fupnpdiscovery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzunjae%2Fupnpdiscovery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzunjae%2Fupnpdiscovery/lists"}