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.

21 lines
749 B
XML

<?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>