51 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			51 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?xml version="1.0" encoding="UTF-8"?>
 | 
						|
<seiscomp>
 | 
						|
	<binding module="seedlink" name="scream" category="sources">
 | 
						|
		<description>
 | 
						|
		SCREAM! server (TCP/UDP/IP) 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').
 | 
						|
		</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="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="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>
 |