Seems that searching for a service also works.

This commit is contained in:
John Beisley
2013-09-29 16:15:35 +01:00
parent 33980ebacf
commit 61577bd15b
2 changed files with 4 additions and 4 deletions

View File

@ -36,7 +36,7 @@ func displayDevice(indent indentLevel, device *goupnp.Device) {
}
func main() {
if results, err := goupnp.DiscoverDevices(goupnp.DeviceTypeInternetGatewayDevice); err != nil {
if results, err := goupnp.DiscoverDevices(goupnp.ServiceTypeWANPPPConnection); err != nil {
fmt.Println("Error discovering InternetGatewayDevice with UPnP: ", err)
} else {
fmt.Printf("Discovered %d InternetGatewayDevices:\n", len(results))