Owl Positioning System: a Wi-Fi-based, infrastructure-centred indoor positioning system. http://owlps.pu-pm.univ-fcomte.fr/
Go to file
Matteo Cypriani 71784342e7 [Positioning] Add Stock::ap_matrix_get_ss()
Add double Stock::ap_matrix_get_ss(transmitter, receiver).
This is the first step to handle self-calibration in owlps-positioning.

The idea is to simulates a square matrix of the listeners, with the
transmitters in one dimension and the receivers in the other dimension.
matrix[transmitter][receiver] is the signal strength received by
'receiver' from 'transmitter'.
The purpose of Stock::ap_matrix_get_ss() is precisely to access the
entry matrix[transmitter][receiver].

Note that the access is read-only, as the pseudo-matrix is (or will be)
filled by the standard mechanism of (auto)calibration requests and
measurements stored in Stock.
2011-07-25 14:18:16 +02:00
libowlps Rename Atheros Makefiles: specify OpenWrt version 2011-07-25 13:13:21 +02:00
libowlps-client Rename Atheros Makefiles: specify OpenWrt version 2011-07-25 13:13:21 +02:00
owlps-aggregator [Aggregator] check_interval in ms 2011-07-25 12:46:20 +02:00
owlps-client Rename Atheros Makefiles: specify OpenWrt version 2011-07-25 13:13:21 +02:00
owlps-listener Rename Atheros Makefiles: specify OpenWrt version 2011-07-25 13:13:21 +02:00
owlps-positioning [Positioning] Add Stock::ap_matrix_get_ss() 2011-07-25 14:18:16 +02:00
.gitignore [Positioning] Add Configuration and UserInterface 2011-03-16 14:36:19 +01:00
Makefile Makefiles: get rid of echo -e 2011-06-27 10:09:14 +02:00
TODO Use -D DEBUG / NDEBUG in Makefiles 2011-07-25 12:46:20 +02:00