224 lines
3.5 KiB
ReStructuredText
224 lines
3.5 KiB
ReStructuredText
.. highlight:: rst
|
|
|
|
.. _win2caps:
|
|
|
|
########
|
|
win2caps
|
|
########
|
|
|
|
**WIN CAPS plugin. Sends data read from socket or file to CAPS.**
|
|
|
|
|
|
Module Configuration
|
|
====================
|
|
|
|
| :file:`etc/defaults/global.cfg`
|
|
| :file:`etc/defaults/win2caps.cfg`
|
|
| :file:`etc/global.cfg`
|
|
| :file:`etc/win2caps.cfg`
|
|
| :file:`~/.seiscomp/global.cfg`
|
|
| :file:`~/.seiscomp/win2caps.cfg`
|
|
|
|
win2caps inherits :ref:`global options<global-configuration>`.
|
|
|
|
.. note::
|
|
|
|
Modules/plugins may require a license file. The default path to license
|
|
files is :file:`@DATADIR@/licenses/` which can be overridden by global
|
|
configuration of the parameter :confval:`gempa.licensePath`. Example: ::
|
|
|
|
gempa.licensePath = @CONFIGDIR@/licenses
|
|
|
|
|
|
|
|
.. _input:
|
|
|
|
|
|
.. confval:: input.port
|
|
|
|
Default: ``18000``
|
|
|
|
Type: *uint*
|
|
|
|
Listen for incoming packets at given port
|
|
|
|
|
|
.. _output:
|
|
|
|
|
|
.. confval:: output.host
|
|
|
|
Default: ``localhost``
|
|
|
|
Type: *string*
|
|
|
|
Data output host
|
|
|
|
|
|
.. confval:: output.port
|
|
|
|
Default: ``18003``
|
|
|
|
Type: *int*
|
|
|
|
Data output port
|
|
|
|
|
|
.. confval:: output.bufferSize
|
|
|
|
Default: ``1048576``
|
|
|
|
Type: *uint*
|
|
|
|
Size \(bytes\) of the packet buffer
|
|
|
|
|
|
.. _streams:
|
|
|
|
|
|
.. confval:: streams.file
|
|
|
|
Type: *string*
|
|
|
|
File to read streams from. Each line defines a mapping between a station and stream id. Line format is [ID NET.STA].
|
|
|
|
|
|
|
|
|
|
Command-Line Options
|
|
====================
|
|
|
|
|
|
.. _Generic:
|
|
|
|
|
|
Generic
|
|
-------
|
|
|
|
.. option:: -h, --help
|
|
|
|
Show help message.
|
|
|
|
.. option:: -V, --version
|
|
|
|
Show version information.
|
|
|
|
.. option:: --config-file arg
|
|
|
|
Use alternative configuration file. When this option is
|
|
used the loading of all stages is disabled. Only the
|
|
given configuration file is parsed and used. To use
|
|
another name for the configuration create a symbolic
|
|
link of the application or copy it. Example:
|
|
scautopick \-> scautopick2.
|
|
|
|
|
|
.. _Verbosity:
|
|
|
|
|
|
Verbosity
|
|
---------
|
|
|
|
.. option:: --verbosity arg
|
|
|
|
Verbosity level [0..4]. 0:quiet, 1:error, 2:warning, 3:info,
|
|
4:debug.
|
|
|
|
.. option:: -v, --v
|
|
|
|
Increase verbosity level \(may be repeated, eg. \-vv\).
|
|
|
|
.. option:: -q, --quiet
|
|
|
|
Quiet mode: no logging output.
|
|
|
|
.. option:: --print-component arg
|
|
|
|
For each log entry print the component right after the
|
|
log level. By default the component output is enabled
|
|
for file output but disabled for console output.
|
|
|
|
.. option:: --component arg
|
|
|
|
Limit the logging to a certain component. This option can
|
|
be given more than once.
|
|
|
|
.. option:: -s, --syslog
|
|
|
|
Use syslog logging backend. The output usually goes to
|
|
\/var\/lib\/messages.
|
|
|
|
.. option:: -l, --lockfile arg
|
|
|
|
Path to lock file.
|
|
|
|
.. option:: --console arg
|
|
|
|
Send log output to stdout.
|
|
|
|
.. option:: --debug
|
|
|
|
Execute in debug mode.
|
|
Equivalent to \-\-verbosity\=4 \-\-console\=1 .
|
|
|
|
.. option:: --trace
|
|
|
|
Execute in trace mode.
|
|
Equivalent to \-\-verbosity\=4 \-\-console\=1 \-\-print\-component\=1
|
|
\-\-print\-context\=1 .
|
|
|
|
.. option:: --log-file arg
|
|
|
|
Use alternative log file.
|
|
|
|
|
|
.. _Input:
|
|
|
|
|
|
Input
|
|
-----
|
|
|
|
.. option:: --station arg
|
|
|
|
Sets the station and sampling interval to use. Format is [net.sta\@?]
|
|
|
|
.. option:: -f, --file arg
|
|
|
|
Load CREX data directly from file
|
|
|
|
.. option:: --read-from arg
|
|
|
|
Read packets from this file
|
|
|
|
.. option:: --port arg
|
|
|
|
Listen for incoming packets at given port
|
|
|
|
|
|
.. _Output:
|
|
|
|
|
|
Output
|
|
------
|
|
|
|
.. option:: -H, --host arg
|
|
|
|
Data output host
|
|
|
|
.. option:: -p, --port arg
|
|
|
|
Data output port
|
|
|
|
|
|
.. _Streams:
|
|
|
|
|
|
Streams
|
|
-------
|
|
|
|
.. option:: --streams-file arg
|
|
|
|
File to read streams from. Each line defines a mapping between a station and stream id. Line format is [ID NET.STA].
|
|
|
|
|