An open API service indexing awesome lists of open source software.

https://github.com/vasturiano/multilateration

Locate points according to distributed beacon signals with consistent propagation speeds
https://github.com/vasturiano/multilateration

Last synced: 2 months ago
JSON representation

Locate points according to distributed beacon signals with consistent propagation speeds

Awesome Lists containing this project

README

          

multilateration
==================

[![NPM package][npm-img]][npm-url]
[![Build Size][build-size-img]][build-size-url]
[![NPM Downloads][npm-downloads-img]][npm-downloads-url]

<-- description -->.

## Quick start

```js
import locate from 'multilateration';
```
or using a *script* tag
```html

```

## Usage example

```js
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](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L398E7PKP47E8&currency_code=USD&source=url) If this project has helped you and you'd like to contribute back, you can always [buy me a ☕](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L398E7PKP47E8&currency_code=USD&source=url)!

[npm-img]: https://img.shields.io/npm/v/multilateration
[npm-url]: https://npmjs.org/package/multilateration
[build-size-img]: https://img.shields.io/bundlephobia/minzip/multilateration
[build-size-url]: https://bundlephobia.com/result?p=multilateration
[npm-downloads-img]: https://img.shields.io/npm/dt/multilateration
[npm-downloads-url]: https://www.npmtrends.com/multilateration