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.

Home Page:http://yortw.github.io/RSSDP/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

DominusDRR opened this issue · comments

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