62 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			62 lines
		
	
	
		
			2.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<seiscomp>
 | 
						|
	<binding module="seedlink" name="scream_ring" category="sources">
 | 
						|
		<description>
 | 
						|
			SCREAM! server plugin that receives data via
 | 
						|
			the SCREAM! protocol and sends raw data to Seedlink. The mapping
 | 
						|
			from SCREAM! channel id's to Seedlink net.sta.loc.cha is defined
 | 
						|
			in $INSTALLDIR/var/lib/seedlink/config/scream2sl.map if not
 | 
						|
			specified otherwise (parameter 'map'). This is the second revision
 | 
						|
			of the scream plugin which supports buffering for short-term
 | 
						|
			completeness.
 | 
						|
		</description>
 | 
						|
		<configuration>
 | 
						|
			<parameter name="address" type="string" default="127.0.0.1">
 | 
						|
				<description>IP of the SCREAM! server.</description>
 | 
						|
			</parameter>
 | 
						|
			<parameter name="port" type="int" default="1567">
 | 
						|
				<description>Port of the SCREAM!</description>
 | 
						|
			</parameter>
 | 
						|
			<parameter name="tcp" type="boolean" default="false">
 | 
						|
				<description>
 | 
						|
				Enables TCP/IP mode. By default the data is received via
 | 
						|
				UDP but TCP is used instead. This needs a propert
 | 
						|
				configuration of the SCREAM! server to accept TCP
 | 
						|
				connections.
 | 
						|
				</description>
 | 
						|
			</parameter>
 | 
						|
			<parameter name="tcpport" type="int" default="1567">
 | 
						|
				<description>TCP request port of the SCREAM! for backfill requests</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>
 | 
						|
			<parameter name="rsize" type="int" default="1000">
 | 
						|
				<description>
 | 
						|
				Size of the stream ringbuffers (small values are useful for RT systems;
 | 
						|
				large values for decreasing gaps).
 | 
						|
				</description>
 | 
						|
			</parameter>
 | 
						|
			<parameter name="map" type="string">
 | 
						|
				<description>
 | 
						|
					Defines an alternative stream mapping file. The default file
 | 
						|
					is in $INSTALLDIR/var/lib/seedlink/scream2sl.map. If
 | 
						|
					this path is not an absolute path it will treated as relative
 | 
						|
					path to $INSTALLDIR/var/lib/seedlink.
 | 
						|
				</description>
 | 
						|
			</parameter>
 | 
						|
			<parameter name="channels" type="list:string">
 | 
						|
				<description>
 | 
						|
					Defines the channel mappings (ID:channel, ...) from SCREAM!
 | 
						|
					to the channel code used in streams.xml. If no channel mappings
 | 
						|
					are given, the map file defined in map (either default or custom)
 | 
						|
					is used.
 | 
						|
				</description>
 | 
						|
			</parameter>
 | 
						|
		</configuration>
 | 
						|
	</binding>
 | 
						|
</seiscomp>
 |