win2caps

WIN CAPS plugin. Sends data read from socket or file to CAPS.

Module Configuration

etc/defaults/global.cfg
etc/defaults/win2caps.cfg
etc/global.cfg
etc/win2caps.cfg
~/.seiscomp/global.cfg
~/.seiscomp/win2caps.cfg

win2caps inherits global options.

Note

Modules/plugins may require a license file. The default path to license files is @DATADIR@/licenses/ which can be overridden by global configuration of the parameter gempa.licensePath. Example:

gempa.licensePath = @CONFIGDIR@/licenses
input.port

Default: 18000

Type: uint

Listen for incoming packets at given port

output.host

Default: localhost

Type: string

Data output host

output.port

Default: 18003

Type: int

Data output port

output.bufferSize

Default: 1048576

Type: uint

Size (bytes) of the packet buffer

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

Verbosity

Input

--station arg

Sets the station and sampling interval to use. Format is [net.sta@?]

-f, --file arg

Load CREX data directly from file

--read-from arg

Read packets from this file

--port arg

Listen for incoming packets at given port

Output

-H, --host arg

Data output host

-p, --port arg

Data output port

Streams

--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].