Changes

Jump to: navigation, search

WiFi Indoor Location Device (WILD) software

625 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 WILD image - see [[https://www.fit-iot.com/files/download/wild/4G-wild.img.xz CompuLab WILD Imagerevision notes].# Consult [https://www.fit-iot.com/files/download/wild/4G-wild.img.xz.] and consult associated readme WILD image readme].
# To deploy on a desktop PC:
{| border="2" cellpadding="0" width="100%" align="center"
|-
| align="" |
supportcompulab
| align="" |
supportcompulab
| align="" |
|}
* 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 =
</pre>
=== Set WILD to off mode ===
Neither initiator or responder commands are available in this mode.
<pre>
wild -mo
</pre>
Neither initiator or responder commands are available in this mode.
== ftm-role (depreciated) ==Select See [[WILD mode (initiator / responder)<pre>ftm-role</pre>* '''Client''': set WILD to initiator mode* '''Responder''': set WILD to responder mode (default)* '''Dumb''': silent mode with no FTM activitydepreciated commands]]
== ftm-options ==
= 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