| Crates.io | wifilocation |
| lib.rs | wifilocation |
| version | 0.3.0 |
| created_at | 2016-08-03 19:30:55.455777+00 |
| updated_at | 2017-02-22 18:22:16.729664+00 |
| description | Get your GPS location using WiFi hotspots |
| homepage | |
| repository | https://github.com/booyaa/wifilocation |
| max_upload_size | |
| id | 5882 |
| size | 15,827 |
A crate to return your GPS location using WiFi hotspots.
Inspired by Fractals wifi-location (https://github.com/contra/wifi-location)
Full documentation can be found here.
This crate is on crates.io and can be
used by adding wifilocation to the dependencies in your project's Cargo.toml.
[dependencies]
wifilocation = "0.3"
and this to your crate root:
extern crate wifilocation;
use wifilocation;
println!("{:?}", wifilocation::get_location(wifilocation::get_towers()));
Copyright 2016 Mark Sta Ana.
Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0> at your option. This file may not be copied, modified, or distributed except according to those terms.