[Positioner] cfg: warn about CPs in mobiles.csv

This commit is contained in:
Matteo Cypriani 2014-05-05 13:04:47 -04:00
parent c09ed87f94
commit ebeef80bac
2 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,9 @@
# Capture points' (listeners') physical description file.
#
# IMPORTANT:
# You may need to add the listeners to the file listing the mobile
# devices. See mobiles.csv for more detail.
#
# Each line follows this format:
# MAC address;X;Y;Z;Channel (Hz);Antenna gain (dBi);Trx power (dBm)
#
@ -7,4 +11,4 @@
# their FIRST character.
# Example listener:
#00:11:22:33:44:55;4;0.5;7.95;2417000000;5.0;20.0
#00:11:22:33:44:55;4;0.5;7.95;2417000000;3.5;20

1 # Capture points' (listeners') physical description file.
2 #
3 # IMPORTANT:
4 # You may need to add the listeners to the file listing the mobile
5 # devices. See mobiles.csv for more detail.
6 #
7 # Each line follows this format:
8 # MAC address;X;Y;Z;Channel (Hz);Antenna gain (dBi);Trx power (dBm)
9 #
11 # their FIRST character.
12 # Example listener:
13 #00:11:22:33:44:55;4;0.5;7.95;2417000000;5.0;20.0 #00:11:22:33:44:55;4;0.5;7.95;2417000000;3.5;20
14

View File

@ -1,5 +1,10 @@
# Mobiles' physical description file.
#
# IMPORTANT:
# Until a more elegant solution is implemented, if you are using
# autocalibration you must also declare the capture points as mobiles
# here.
#
# Each line follows this format:
# MAC address;Antenna gain (dBi);Trx power (dBm)
#
@ -7,4 +12,4 @@
# their FIRST character.
# Example mobile:
#aa:bb:cc:dd:ee:ff;1.8;18.0
#aa:bb:cc:dd:ee:ff;1.8;18

1 # Mobiles' physical description file.
2 #
3 # IMPORTANT:
4 # Until a more elegant solution is implemented, if you are using
5 # autocalibration you must also declare the capture points as mobiles
6 # here.
7 #
8 # Each line follows this format:
9 # MAC address;Antenna gain (dBi);Trx power (dBm)
10 #
12 # their FIRST character.
13 # Example mobile:
14 #aa:bb:cc:dd:ee:ff;1.8;18.0 #aa:bb:cc:dd:ee:ff;1.8;18
15