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
- Host: GitHub
- URL: https://github.com/vasturiano/multilateration
- Owner: vasturiano
- License: mit
- Created: 2020-01-24T18:45:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T01:35:11.000Z (over 2 years ago)
- Last Synced: 2025-07-28T09:52:35.964Z (2 months ago)
- Language: JavaScript
- Size: 412 KB
- Stars: 8
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L398E7PKP47E8¤cy_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¤cy_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