FrakeGPS simulates a simple GPS receiver which emits NMEA codes. The location is selected clicking on a map, using wry and Leaflet.
- cargo
- webkit2gtk 4.1 (devel)
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
- NMEA reference
- gclue-nmea-source.c from geoclue
- avahi.rs from gps-share