Accessor: services/FINDTracker

services/FINDTracker

This accessor uses the FIND API (https://www.internalpositioning.com/doc/api.md) to track the location of a user. The user must report their WiFi fingerprint to the FIND server (https://www.internalpositioning.com/doc/) through some other means such as the FIND mobile app.

Version:
  • $$Id$$
Author:
  • Matt Weber
Source:
Inputs:
Name Type Description
family string The family of FIND users for the tracking request.
user string The username for the user who's location will be returned for this request.
trigger An input to trigger the command.
Outputs:
Name Type Description
location string The name of the location, with the highest probability of containing the user.
response string The full response from the FIND server to the tracking request.
Parameters:
Name Type Description
timeout int The amount of time (in milliseconds) to wait for a response before triggering a null response and an error. This defaults to 5000.
server string The URL for the FIND server.

Methods

(static) setup()

Set up the accessor by defining the inputs and outputs.

Source: