You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
919 B
XML
27 lines
919 B
XML
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<seiscomp>
|
||
|
<binding module="seedlink" name="antelope" category="sources">
|
||
|
<description>Antelope ORB (TCP/IP)</description>
|
||
|
<configuration>
|
||
|
<parameter name="select" type="string" default="*">
|
||
|
<description>
|
||
|
Regular expression to match ORB packets, default is all
|
||
|
waveform data.
|
||
|
</description>
|
||
|
</parameter>
|
||
|
<parameter name="address" type="string" default="localhost">
|
||
|
<description>Hostname or IP of the Antelope ORB.</description>
|
||
|
</parameter>
|
||
|
<parameter name="port" type="int" default="39136">
|
||
|
<description>Port of the Antelope ORB.</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>
|
||
|
</configuration>
|
||
|
</binding>
|
||
|
</seiscomp>
|