Changes

Jump to: navigation, search

WiFi Indoor Location Device (WILD) software

847 bytes added, 04:43, 29 April 2019
/* Boot */
* 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 =
57
edits