Skip to content

Calculate a 'regulated' signal strength reading #25

@wilsonpage

Description

@wilsonpage

Currently we're regulating an calculating signal strength -> distance on the client in JS. This is bad as it means we have to send many events over the bridge every second.

If this work was done in native code then we would only need to send data over when the value changes. Bridge traffic is minimised and clients can stay dumb.

Signal strength varies dramatically and is largely inaccurate. Therefore readings should be buffered and rounded up/down to normalize these irregularities.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions