owlps/owlps-positioning/cfg/owlps-positioning.cfg

106 lines
3.3 KiB
INI
Raw Normal View History

# Sample configuration file for OWLPS Positioning
# [Miscellaneous options]
#flush-output-files = true
[data-input]
# Description of the machines running the listeners.
ap-medium = CSV
ap-csv-file = cfg/listeners.csv
# Description of the clients
mobile-medium = CSV
mobile-csv-file = cfg/mobiles.csv
# Description of deployment area topology.
# You probably don't need a full description of the topology, see the
# topology example file for details.
# Uncomment the following line to activate the topology reading.
#topology-medium = CSV
areas-csv-file = cfg/topology.csv
waypoints-csv-file = cfg/waypoints.csv
#reference-points-medium = CSV
reference-points-csv-file = csv/reference_points.csv
[input]
#medium = CSV
csv-file = csv/input.csv
#medium = UDP
#udp-port = 9902
[log]
#medium = none
medium = CSV
csv-file = /tmp/owlps-positioning.log
[positioning]
# Uncomment lines to activate one or more algorithm.
#algorithm = Real
#algorithm = InterlinkNetworks
#algorithm = FBCM
#algorithm = RADAR
#algorithm = FRBHMBasic
# Start and stop coordinates for the MinMax multilateration method.
# Since MinMax is currently the only multilateration method implemented
# in OwlPS, you should define these parameters if you use any of the
# multilateration-based algorithms (InterlinkNetworks, FBCM, FRBHM).
# They are declared as strings (X;Y;Z). Do not quote!
#minmax-start = -2;-2;0
#minmax-stop = 20;30;6
# With the RADAR algorithm, for a given positioning request, average
# all the calibration requests associated with a reference point before
# to compute the SS distance. The default is false, i.e the positioning
# request is compared directly to each calibration request.
#radar-average-reference-points = false
# Generate reference points from the (auto)calibration requests
# received.
#generate-reference-points = false
# This option allows the calibration requests sent during the
# positioning phase to be added to the calibration request's list. They
# are added to the calibration requests read by InputDataReader during
# the start-up phase. If this option is not activated, the calibration
# requests are handled as positioning requests.
# This option must be activated for the self-calibration to work, but
# it is not activated by default for security purposes.
#accept-new-calibration-requests = false
# This option allows to create a new AP when a request is captured by an
# AP which is not currently in the APs' list (i.e. not declared in the
# APs' configuration file), or when a self-calibration request is sent
# by an unknown AP.
# It is unactivated by default for the sake of security.
#accept-new-aps = false
# This option allows to create a new mobile when a request is sent by
# a mobile which is not currently in the mobiles' list (i.e. not
# declared in the mobiles' configuration file). If unset, the requests
# sent by unknown mobiles will be dropped.
# It is unactivated by default, mainly to avoid interferent devices.
#accept-new-mobiles = false
# When receiving a calibration or autocalibration request from an AP,
# containing the transmiter's coordinates, memorise the new AP's
# coordinates.
# This is unactivated by default for the sake of security.
#update-ap-coordinates-online = false
[output]
# This is the default output if none is specified.
#medium = Terminal
#medium = CSV
csv-file = /tmp/owlps-positioning.out