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

55 lines
1.1 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 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
[output]
# This is the default output if none is specified.
#medium = Terminal
#medium = CSV
csv-file = /tmp/owlps-positioning.out