Climaps API  version 1
Static Public Member Functions | List of all members
qos Class Reference

Static Public Member Functions

static getQoSByStationId ()
 

Detailed Description

This class lets you access the radio QoS reported by stations.

Member Function Documentation

static qos::getQoSByStationId ( )
static

Get the QoS data of a station.

Parameters
intstationIdStation id
intfromBegining of the time interval, in epoch time
inttoEnd of the time interval, in epoch time
stringdirectionCan be either 'transmission' (who hears the station) or 'reception' (who the station hears)
Returns

An array of objects such as:

Property Type Description
neighborId int Station id
data array Array of data points such as [[epoch, value], [epoch, value], ...]
Note
The data array is sorted by date, oldest data first