[Positioning] Remove csv/ & log/

This commit is contained in:
Matteo Cypriani 2012-02-06 17:25:47 +01:00
parent 6b7e5668fa
commit b39dff9afb
4 changed files with 6 additions and 16 deletions

View File

@ -1,5 +1,3 @@
doc
csv/*.csv
tests/tests.cc
tests/tests
owlps-positioning

View File

@ -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

View File

@ -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. --

View File

@ -1,3 +0,0 @@
This directory is for storing the owlps-positioning output files.
-- You can safely delete this file. --