# mlat-client configuration file
# This is a POSIX shell fragment.
# You can edit this file directly, or use
# "dpkg-reconfigure mlat-client"

# Start the client?
START_CLIENT="yes"

# System user to run as.
RUN_AS_USER="mlat-client-sdrmap"

# User to log into the server as
SERVER_USER=""

# Input receiver type (dump1090, beast, radarcape_12mhz, radarcape_gps, sbs)
INPUT_TYPE="dump1090"

# Input host:port to connect to for Beast-format messages
INPUT_HOSTPORT="127.0.0.1:30005"

# Multilateration server host:port to provide data to
SERVER_HOSTPORT="127.0.0.1:3333"

# Latitude of the receiver, in decimal degrees
LAT=""

# Longitude of the receiver, in decimal degrees
LON=""

# Altitude of the receiver, in metres
ALT=""

# List of result connections/listeners to establish.
# This should be a space-separated list of values suitable for passing to
# the --results option (see mlat-client --help for syntax)
RESULTS="beast,connect,127.0.0.1:30004"

# Other arguments to pass to mlat-client
EXTRA_ARGS=""
