Thanks for the repo, I've been trying to find an (at least) runnable version of a WS-Discovery implementation in Py3, and yours is the only one I've found 😄
However, I am quite new in using WS-Discovery, and I don't know how to make it work for a simple example. I am willing to use it to discover IP cameras in my LAN (eg one has IP 192.168.1.102:8080, but it should search over the broadcast 255.255.255.0 address right?).
If it's not much to ask, could you include a realistic / usable discovery search example?
Hello @jasonkung0211 !
Thanks for the repo, I've been trying to find an (at least) runnable version of a WS-Discovery implementation in Py3, and yours is the only one I've found 😄
However, I am quite new in using WS-Discovery, and I don't know how to make it work for a simple example. I am willing to use it to discover IP cameras in my LAN (eg one has IP 192.168.1.102:8080, but it should search over the broadcast
255.255.255.0
address right?). If it's not much to ask, could you include a realistic / usable discovery search example?Thanks in advance