diff --git a/owlps-positioning/cfg/owlps-positioning.conf b/owlps-positioning/cfg/owlps-positioning.conf index cf93d39..bdeb4a4 100644 --- a/owlps-positioning/cfg/owlps-positioning.conf +++ b/owlps-positioning/cfg/owlps-positioning.conf @@ -127,4 +127,15 @@ csv-file = /tmp/owlps-positioning.log #medium = CSV csv-file = /tmp/owlps-positioning.out +#medium = UDP +# Currently, the host must be an IP address (not a DNS name). +#udp-host = +#udp-port = 9910 + +# Note: you can use only one algorithm when using the TCPEvAAL output. +#medium = TCPEvAAL +# Currently, the host must be an IP address (not a DNS name). +#tcpevaal-host = 127.0.0.1 +#tcpevaal-port = 4444 + # vim: syntax=cfg