osociety / network_tools

Networking Tools library which can help you discover open ports, devices on subnet and many other things.
https://pub.dev/packages/network_tools
BSD 3-Clause "New" or "Revised" License
42 stars 13 forks source link

Adding support for UPnP #78

Open guyluz11 opened 1 year ago

guyluz11 commented 1 year ago

As this package is suited to bring the programmer a lot of network tools in one place it will be nice to add support for UPnP

There were several UPnP dart packages in the past but they are not maintained, I have found (and tested a little bit) a new package named upnp2 that picked up from the old ones.

Let's add support for searching UPnP devices in the network using the discovery method from that package.

git-elliot commented 9 months ago

@guyluz11 can you more specific use case here? I can't support everything whatever that package provides.