mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-02-03 22:58:40 +01:00
add license folder copied from slsDetectorPackage (#63)
This commit is contained in:
24
etc/config
Normal file
24
etc/config
Normal file
@@ -0,0 +1,24 @@
|
||||
# detector hostname
|
||||
hostname 127.0.0.1
|
||||
|
||||
# 1Gb receiver pc hostname (default tcpport: 1954)
|
||||
rx_hostname 127.0.0.1
|
||||
|
||||
# udp destination port (receiver)
|
||||
udp_dstport 50004
|
||||
|
||||
# udp destination ip (receiver)
|
||||
udp_dstip 127.0.0.1
|
||||
|
||||
# udp source ip (same subnet as udp_dstip)
|
||||
udp_srcip 127.0.0.1
|
||||
|
||||
# PCBv2.0 (using 2 interfaces, top)
|
||||
udp_dstport2 50005
|
||||
udp_dstip2 127.0.0.1
|
||||
udp_srcip2 127.0.0.1
|
||||
# enable two interfaces
|
||||
numinterfaces 2
|
||||
# select inner interface(effective only when numinterfaces is 1)
|
||||
#selinterface 1
|
||||
|
||||
Reference in New Issue
Block a user