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
45 stars 13 forks source link

More srv record #63

Closed guyluz11 closed 2 years ago

guyluz11 commented 2 years ago

We can't find SRV in the network like the regular way because this feature is currently missing in dart.

So we are searching for each SRV that exists one by one. I have just discovered that my windows PC has an SRV record that I didn't add before so I am adding it. This way our package can find it if it exists in the network.

git-elliot commented 2 years ago

Thank you for providing details. Try to keep brief or short explanation everytime if possible.