Skip to content

seesleestak/trilateration-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trilateration-rs

A simple Rust implementation of trilateration. Inspired heavily by node-trilateration.

USAGE:
    trilat <INPUT>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

ARGS:
    <INPUT>    Sets the input file to use

Install

cargo install --path ./

Example

cargo run -- examples/beacons.json

About

A simple Rust implementation of trilateration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages