fd / go-nat

NAT port mapping library for Go
Apache License 2.0
43 stars 34 forks source link

Added method to generically discover IG Devices #7

Closed ryanskidmore closed 5 years ago

ryanskidmore commented 5 years ago

In some cases/networks the goupnp library can completely fail to discover any internet gateway devices, despite their presence (as verified with third party tools).

In this PR I have added a method to generically discover any Internet Gateway specification device on a network and use this as a RootDevice.

fd commented 5 years ago

Thanks for your contribution ❤️