diff --git a/owlps-positioning/.gitignore b/owlps-positioning/.gitignore index eed7d3b..c70d68a 100644 --- a/owlps-positioning/.gitignore +++ b/owlps-positioning/.gitignore @@ -1,5 +1,3 @@ doc -csv/*.csv tests/tests.cc tests/tests -owlps-positioning diff --git a/owlps-positioning/cfg/owlps-positioning.conf b/owlps-positioning/cfg/owlps-positioning.conf index e4f1a54..fb7da42 100644 --- a/owlps-positioning/cfg/owlps-positioning.conf +++ b/owlps-positioning/cfg/owlps-positioning.conf @@ -10,22 +10,22 @@ # Description of the machines running the listeners. ap-medium = CSV -ap-csv-file = cfg/listeners.csv +ap-csv-file = /usr/local/etc/owlps/listeners.csv # Description of the clients mobile-medium = CSV -mobile-csv-file = cfg/mobiles.csv +mobile-csv-file = /usr/local/etc/owlps/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 +areas-csv-file = /usr/local/etc/owlps/topology.csv +waypoints-csv-file = /usr/local/etc/owlps/waypoints.csv #reference-points-medium = CSV -reference-points-csv-file = csv/reference_points.csv +reference-points-csv-file = /usr/local/etc/owlps/reference_points.csv [input] # The following options are related to the input of the requests @@ -33,7 +33,7 @@ reference-points-csv-file = csv/reference_points.csv # aggregator. #medium = CSV -csv-file = csv/input.csv +csv-file = /tmp/input.csv #medium = UDP #udp-port = 9902 diff --git a/owlps-positioning/csv/README b/owlps-positioning/csv/README deleted file mode 100644 index 56bc5e2..0000000 --- a/owlps-positioning/csv/README +++ /dev/null @@ -1,5 +0,0 @@ -This directory is for storing the owlps-positioning input files. -You can find example data files at: - http://pif.pu-pm.univ-fcomte.fr/~mcyprian/mesures/ - --- You can safely delete this file. -- diff --git a/owlps-positioning/log/README b/owlps-positioning/log/README deleted file mode 100644 index 083529a..0000000 --- a/owlps-positioning/log/README +++ /dev/null @@ -1,3 +0,0 @@ -This directory is for storing the owlps-positioning output files. - --- You can safely delete this file. --