[seiscomp, scanloc] Install, add .gitignore

This commit is contained in:
2025-10-09 15:07:02 +02:00
commit 20f5301bb1
2848 changed files with 1315858 additions and 0 deletions

View File

@ -0,0 +1,26 @@
<?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>