| Crates.io | frakegps |
| lib.rs | frakegps |
| version | 0.2.0 |
| created_at | 2020-02-17 22:02:23.491361+00 |
| updated_at | 2023-07-01 08:45:58.723819+00 |
| description | Simulate a simple GPS device with gpsd or geoclue2 |
| homepage | |
| repository | https://github.com/frafra/frakegps |
| max_upload_size | |
| id | 210172 |
| size | 102,029 |
FrakeGPS simulates a simple GPS receiver which emits NMEA codes. The location is selected clicking on a map, using web-view and Leaflet.

sudo dnf install cargo webkit2gtk4.1-devel
sudo apt-get install cargo libwebkit2gtk-4.1-dev
To build the latest stable release from crates.io:
cargo install frakegps
To built the source from the repository:
cargo build
sudo systemctl stop gpsd.socket
cargo run -q | gpsd -bnN /dev/stdin
cargo run -q | nc -vkl 10110
avahi-publish -s "FrakeGPS for $(hostname)" _nmea-0183._tcp 10110