Package-level declarations

Received Signal Strength Indicator computations.

Types

Link copied to clipboard

A RSSI calculator whose algorithm performs an average of latest values. The number of these values is capped to a custom maximum. The aim is to lessen the influence of erratic values, as the signal strength is unstable and so the measurement lacks precision.

Link copied to clipboard
interface IRssiCalculator

Interface for a RSSI calculator.