Changes

Jump to: navigation, search

WiFi Indoor Location Device (WILD) software

1,511 bytes added, 04:43, 29 April 2019
/* Boot */
* Internal eMMC (not covered by this man page)
CompuLab installation procedure must be invoked in order to deploy the image onto a removable media.
# Download the latest [https://www.fitWILD image -iot.com/files/download/wild/4G-wild.img.xz CompuLab see [[WILD Imagerevision notes]]and consult associated readme.
# To deploy on a desktop PC:
{| border="2" cellpadding="0" width="100%" align="center"
! style="font-size: 125%; background-color: #eeeeee;" align="left" width="50%" | User Name
! style="font-size: 125%; background-color: #eeeeee;" align="left" width="50%" | Password
|-
| align="" |
support
| align="" |
support
| align="" |
|-
| align="" |
| align="" |
|}
'''<span style="color:#FF0000">Important:</span>''' the '''compulab''' login can be not available in all WILD image revisions.
* To acquire '''root''' credentials:
sudo -i
== ftm-services ==
* Intro
'''ftm-services''' is a set of the CompuLab scripts for managing FTM devices.
* History
{| border="2" cellpadding="0" width="100%" align="center"
|-
! style="font-size: 125%; background-color: #eeeeee;" align="left" width="20%" | WILD Version
! style="font-size: 125%; background-color: #eeeeee;" align="left" width="80%" | Description
|-
| align="" |
< 0.70
| align="" |
Delivered as a set of services installed onto the rootfs, but w/out being registered as a deb package in the Debian package manager.
| align="" |
|-
| align="" |
>= 0.70
| align="" |
Starting from the 0.70 version these services come as a deb package with the same name.
| align="" |
|}
* Install/Update procedure
cd /tmp
wget https://www.fit-iot.com/files/download/wild/0.7.2/ftm-services_0.7.2.deb
sudo dpkg -i /tmp/ftm-services_0.7.2.deb
 
= Commands =
= Utilities === ftm-role wild ==Select This is an FTM management command. Refer to the command man page for details.wild command is available in WILD mode (initiator / responder)version 0.7 and later.
<pre>
ftm-roleman wild
</pre>
* '''Client''': set === Get WILD version ===<pre>wild -v</pre>=== Set WILD to initiator mode===* '''Responder''': set <pre>wild -mi</pre>=== Set WILD to responder mode ===<pre>wild -mr</pre>=== Set WILD to off mode ===<pre>wild -mo</pre>Neither initiator or responder commands are available in this mode. == ftm-role (defaultdepreciated)==* '''Dumb''': silent mode with no FTM activitySee [[WILD depreciated commands]]
== ftm-options ==
The wired interfaces configured as '''auto & dhcp''' must be connected to the LAN at the boot time.<br>
Otherwise the device will experience a boot delay.
 
== FTMR Transmit Location Data ==
* 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>
== FTMR SoftAP ==
= See Also =
* [[WiFi Indoor Location Device (WILD) | WILD technical documentation root]]
* [[WILD revision notes]]
* [https://fit-iot.com/web/products/wild WILD homepage]
 
[[Category:WILD]]
57
edits