Warning, /libraries/kdsoap-ws-discovery-client/README.md is written in an unsupported language. File is not indexed.
0001 <!-- 0002 Copyright (C) 2019-2020 Casper Meijn <casper@meijn.net> 0003 0004 SPDX-License-Identifier: GPL-3.0-or-later 0005 --> 0006 0007 # KDSoap WS-Discovery client {#mainpage} 0008 0009 This project is trying to create a WS-Discovery client library based on the KDSoap 0010 library. It uses modern C++ 11 and Qt 5. 0011 0012 ## Current state 0013 0014 The library is not yet ready for production. There are some API changes planned and it needs [KDSoap](https://github.com/KDAB/KDSoap) 1.9.0. The [WS-Discovery 2005-04](http://schemas.xmlsoap.org/ws/2005/04/discovery/) standard is specification, but only the Probe and Resolve messages are available. 0015 0016 ## Example 0017 0018 The onif-discover example will send out a Probe message for ONVIF devices and will list the properties of the responding devices. 0019 0020 ```bash 0021 $ onvif-discover 0022 Starting ONVIF discovery for 5 seconds 0023 ProbeMatch received: 0024 Endpoint reference: "urn:uuid:5f5a69c2-e0ae-504f-829b-00AFA538AC17" 0025 Type: "NetworkVideoTransmitter" in namespace "http://www.onvif.org/ver10/network/wsdl" 0026 Scope: "onvif://www.onvif.org/Profile/Streaming" 0027 Scope: "onvif://www.onvif.org/model/C6F0SiZ0N0P0L0" 0028 Scope: "onvif://www.onvif.org/name/IPCAM" 0029 Scope: "onvif://www.onvif.org/location/country/china" 0030 XAddr: "http://192.168.128.248:8080/onvif/devices" 0031 ```