Skip to content

A crate to return your GPS location using WiFi hotspots.

License

Notifications You must be signed in to change notification settings

booyaa/wifilocation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wifilocation

Build Status Crates docs.rs dependency status

A crate to return your GPS location using WiFi hotspots.

Warning: this crates is currently broken see issue #6 for details

Inspired by Fractals wifi-location

Full documentation can be found here.

Usage

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;

Example

use wifilocation;

println!("{:?}", wifilocation::get_location(wifilocation::get_towers()));

Changelog

  • 0.3.0 - simplified code after 1.15 stable release and switched from curl to reqwest

How to contribute

see CONTRIBUTING.md

Copyright

Copyright 2019 Mark Sta Ana.

see LICENSE

About

A crate to return your GPS location using WiFi hotspots.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published