{"id":17146094,"url":"https://github.com/emersion/go-upnp-igd","last_synced_at":"2025-10-24T19:49:16.469Z","repository":{"id":57490763,"uuid":"103940607","full_name":"emersion/go-upnp-igd","owner":"emersion","description":"Minimal Go UPnP InternetGatewayDevice library","archived":false,"fork":false,"pushed_at":"2020-07-14T13:03:08.000Z","size":31,"stargazers_count":12,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-10T12:16:16.510Z","etag":null,"topics":["discovery","gateway","local-network","nat","upnp"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emersion.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}},"created_at":"2017-09-18T13:10:42.000Z","updated_at":"2024-05-18T16:35:48.000Z","dependencies_parsed_at":"2022-08-30T01:02:20.615Z","dependency_job_id":null,"html_url":"https://github.com/emersion/go-upnp-igd","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/emersion%2Fgo-upnp-igd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersion%2Fgo-upnp-igd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersion%2Fgo-upnp-igd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emersion%2Fgo-upnp-igd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emersion","download_url":"https://codeload.github.com/emersion/go-upnp-igd/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248705574,"owners_count":21148554,"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":["discovery","gateway","local-network","nat","upnp"],"created_at":"2024-10-14T21:07:49.520Z","updated_at":"2025-10-24T19:49:11.424Z","avatar_url":"https://github.com/emersion.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-upnp-igd\n\n[![GoDoc](https://godoc.org/github.com/emersion/go-upnp-igd?status.svg)](https://godoc.org/github.com/emersion/go-upnp-igd)\n\nMinimal Go UPnP InternetGatewayDevice library. Based on\n[Syncthing's library](https://github.com/syncthing/syncthing/tree/e8ba6d477182a73ba417d0d69999a104d04cd912/lib/upnp).\n\n## Usage\n\n```go\npackage main\n\nimport (\n\t\"log\"\n\t\"time\"\n\n\t\"github.com/emersion/go-upnp-igd\"\n)\n\nfunc main() {\n\tdevices := make(chan igd.Device)\n\tgo func() {\n\t\tfor d := range devices {\n\t\t\tlog.Println(d)\n\t\t}\n\t}()\n\n\terr := igd.Discover(devices, 30*time.Second)\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n}\n```\n\n## License\n\nMPL 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femersion%2Fgo-upnp-igd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femersion%2Fgo-upnp-igd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femersion%2Fgo-upnp-igd/lists"}