Web Services Dynamic Discovery (WS-Discovery) is a technical specification that defines a multicast discovery protocol to locate services on a local network.
I'm developing an application that will probe ONVIF devices attached on network for auto-discovery. According to ONVIF Core specification SOAP …
c# wcf ip-camera onvif ws-discoveryI need to discover all ip cameras in local area network that supports onvif protocol. I tried with WSDiscoveryClient, but …
java onvif ws-discovery