Yortw / RSSDP

Really Simple Service Discovery Protocol - a 100% .Net implementation of the SSDP protocol for publishing custom/basic devices, and discovering all device types on a network.
http://yortw.github.io/RSSDP/
MIT License
288 stars 67 forks source link

RSSDP can't find all the IP addresses on my LAN #111

Open DominusDRR opened 3 years ago

DominusDRR commented 3 years ago

Hi.

I'm implementing the basic example of Simple Search in Android with C # with visual studio 2019.

The code manages to find only two devices, the router and my PC, but it cannot find the others that are connected, not even the same android device where the code is running.

I suspect it may be that you need more response time.

Is there a way to calibrate it?

Any comments or suggestions are welcome.

Regards