Registry / networking / tailscale-goupnp

tailscale-goupnp

JSON →
library1.0.0gogounverified

A Go implementation of a client for various UPnP services, with code-generated packages for specific device control protocols.

go get github.com/tailscale/goupnp
INSTALL
IMPORT
SIG · TAILSCALE-GOUPNP
T
tailscale-goupnp
networkinggov1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

goupnp
github.com/tailscale/goupnp

Discover and query UPnP internet gateway devices

package main import ( "context" "fmt" "github.com/tailscale/goupnp/dcps/internetgateway1" ) func main() { clients, _, err := internetgateway1.NewWANPPPConnection1Clients() if err != nil { panic(err) } for _, client := range clients { status, err := client.GetStatusInfo(context.Background()) if err != nil { panic(err) } fmt.Printf("Connection status: %s\n", status.NewConnectionStatus) } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
tailscale-goupnp — go get tailscale-goupnp · libregistry