Command-line utilities¶
There are two command-line tools available for discovering and publishing services.
wsdiscover¶
Discover services using WS-Discovery
wsdiscover [OPTIONS]
Options
-
-s
,
--scope
<scope>
¶ Full scope URI, eg. onvif://www.onvif.org/Model/
-
-a
,
--address
<address>
¶ Service address
-
-p
,
--port
<port>
¶ Service port
-
-l
,
--loglevel
<loglevel>
¶ Log level; one of INFO, DEBUG, WARNING, ERROR
-
-c
,
--capture
<capture>
¶ Capture messages to a file
wspublish¶
Publish services using WS-Discovery
wspublish [OPTIONS]
Options
-
-s
,
--scope
<scope>
¶ Full scope URI, eg. onvif://www.onvif.org/Model/
-
-t
,
--typename
<typename>
¶ Qualified type name, eg. https://myservicesns:myservice_type
-
-a
,
--address
<address>
¶ Service IP address
-
-p
,
--port
<port>
¶ Service port
-
-l
,
--loglevel
<loglevel>
¶ Log level; one of INFO, DEBUG, WARNING, ERROR
-
-c
,
--capture
<capture>
¶ Capture messages to a file