{"id":50453,"library":"huin-goupnp","title":"goupnp","description":"goupnp is a client library for interacting with UPnP services, with code-generated packages for common device profiles.","status":"active","version":"1.3.0","language":"go","source_language":null,"source_url":"https://github.com/huin/goupnp","tags":["upnp","networking","discovery","iot"],"install":[{"cmd":"go get github.com/huin/goupnp","lang":"bash","label":"Install github.com/huin/goupnp"}],"dependencies":[],"imports":[{"symbol":"goupnp","correct":"github.com/huin/goupnp"}],"quickstart":{"code":"package main\n\nimport (\n\t\"context\"\n\t\"fmt\"\n\t\"github.com/huin/goupnp\"\n\t\"github.com/huin/goupnp/dcps/internetgateway1\"\n)\n\nfunc main() {\n\tclients, _, err := internetgateway1.NewWANPPPConnection1Clients()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfor _, client := range clients {\n\t\tstatus, err := client.GetStatusInfo(context.Background())\n\t\tif err != nil {\n\t\t\tpanic(err)\n\t\t}\n\t\tfmt.Printf(\"Connection status: %v\\n\", status.NewConnectionStatus)\n\t}\n}","lang":"go","description":"Discover and query UPnP internet gateway devices."},"warnings":[],"env_vars":null,"search_vec":"'client':5 'code':14 'code-gener':13 'common':18 'devic':19 'discoveri':23 'generat':15 'goupnp':1,2 'interact':8 'iot':24 'librari':6 'network':22 'packag':16 'profil':20 'servic':11 'upnp':10,21","created_at":"2026-06-15T04:54:10.819471+00:00","updated_at":"2026-06-15T04:54:10.819471+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/huin/goupnp","github":"https://github.com/huin/goupnp","docs":"https://pkg.go.dev/github.com/huin/goupnp#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}