Changes

Jump to: navigation, search

WiFi Indoor Location Device (WILD) software

879 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"
|-
| 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
= Utilities Commands === ftm-role ==Select 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 activity == ftm-options ==When in '''client''' mode, scan responders and enable / disable specific responders for ranging requests<pre>ftm-options</pre> == ftm-show ==* '''Client''': show the results of ranging request.* '''Responder''': show the FTM requests statistics.<pre>ftm-show</pre>
== wild ==
This is an FTM management command. Refer to the command man page for details.
wild command is available in WILD version 0.7 and later.
<pre>
man wild
</pre>
=== Useful commands Get WILD version ===* Get version
<pre>
wild -v
</pre>
* === Set client WILD to initiator mode===
<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 (depreciated) ==
See [[WILD depreciated commands]]
 
== ftm-options ==
When in '''client''' mode, scan responders and enable / disable specific responders for ranging requests
<pre>
ftm-options
</pre>
 
== ftm-show ==
* '''Client''': show the results of ranging request.
* '''Responder''': show the FTM requests statistics.
<pre>
ftm-show
</pre>
= 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