vasturiano / multilateration

Locate points according to distributed beacon signals with consistent propagation speeds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multilateration

NPM package Build Size NPM Downloads

<-- description -->.

Quick start

import locate from 'multilateration';

or using a script tag

<script src="//unpkg.com/multilateration"></script>

Usage example

const myVar = new locate();
...

API reference

Instantiation

new locate(arg1, [arg2])

Methods

Method Arguments Return Value Description
toString() - string Returns a string representation.

Giving Back

paypal If this project has helped you and you'd like to contribute back, you can always buy me a ☕!

About

Locate points according to distributed beacon signals with consistent propagation speeds

License:MIT License


Languages

Language:JavaScript 92.1%Language:HTML 7.9%