[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,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<seiscomp>
<binding module="seedlink" name="naqs" category="sources">
<description>NAQS (TCP/IP)</description>
<configuration>
<parameter name="address" type="string" default="localhost">
<description>Address of server, required.</description>
</parameter>
<parameter name="port" type="int" default="28000">
<description>Specify the NAQS control/data port.</description>
</parameter>
<parameter name="proc" type="string" default="naqs_bb40_sm100">
<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>