Changes

Jump to: navigation, search

WiFi Indoor Location Device (WILD) software

543 bytes added, 17:39, 18 November 2019
/* FTMI (FTM Initiator) */
BW=40 does not work at all. The '''client''' receives empty replies from the '''responders''' if BW=40.
|}
 
== FTMI Transmit FTMR list and ranging results ==
* Configuration file: '''/opt/compulab/service/ftm-common'''
Contains the SERVERS list to send the scan results file :'''/opt/compulab/www/results.al'''l
<pre>
SERVERS=(http://localhost/cpl/curl.php http://wild-server/hard/curl.php)
</pre>
* FTM ranged service: '''/opt/compulab/service/ftm-range.main'''
The service walks through the SERVERSs' list and send the scan results to each one:
<pre>
for SERVER in ${SERVERS[@]};do
curl -d @${iw_scan}/results.all ${SERVER} &>/dev/null
done
</pre>
= See Also =