[seiscomp, scanloc] Install, add .gitignore
This commit is contained in:
34
etc/descriptions/seedlink_ewexport_pasv.xml
Normal file
34
etc/descriptions/seedlink_ewexport_pasv.xml
Normal file
@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<seiscomp>
|
||||
<binding module="seedlink" name="ewexport_pasv" category="sources">
|
||||
<description>Earthworm passive export server (TCP/IP)</description>
|
||||
<configuration>
|
||||
<parameter name="address" type="string">
|
||||
<description>
|
||||
Bind IP of the Earthworm passive export server.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="port" type="int">
|
||||
<description>Port of the Earthworm passive export server.</description>
|
||||
</parameter>
|
||||
<parameter name="proc" type="string">
|
||||
<description>
|
||||
Name of the proc object (defined in streams.xml); used for processing
|
||||
raw streams (streams submitted by a plugin as raw samples).
|
||||
</description>
|
||||
</parameter>
|
||||
<group name="heartbeat">
|
||||
<parameter name="message" type="string" default="alive">
|
||||
<description>
|
||||
Text for heartbeat to server.
|
||||
</description>
|
||||
</parameter>
|
||||
<parameter name="rate" type="int" default="120">
|
||||
<description>
|
||||
Rate at which to expect heartbeats from server in seconds.
|
||||
</description>
|
||||
</parameter>
|
||||
</group>
|
||||
</configuration>
|
||||
</binding>
|
||||
</seiscomp>
|
Reference in New Issue
Block a user