All Projects → frafra → frakegps

frafra / frakegps

Licence: GPL-3.0 license
Simulate a simple GPS device with gpsd or geoclue2

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to frakegps

rpi boat utils
Utilities for Raspberry Pi, mostly for usage on a boat. Includes UART control scripts, traffic measurement tools for Mikrotik (RouterOS) and OpenWrt, AIS wireless daemon, AIS decoder and an extensible boat & IoT sensor daemon for Signal K.
Stars: ✭ 71 (+222.73%)
Mutual labels:  gpsd, nmea
nmea0183
Rust NMEA 0183 parser. Targeting mostly embedded programming but not limited to. Do not relies on std and any external dependencies, core Rust only.
Stars: ✭ 26 (+18.18%)
Mutual labels:  nmea
leaflet-opencage-search
A Leaflet geocoding control that uses the OpenCage geocoding API
Stars: ✭ 18 (-18.18%)
Mutual labels:  leaflet
leaflet-webpack
Minimal boilerplate to use Leaflet with webpack
Stars: ✭ 24 (+9.09%)
Mutual labels:  leaflet
databases-w-r
Databases with R, the latest - rstudio::conf2019
Stars: ✭ 33 (+50%)
Mutual labels:  leaflet
coronavirus-map-dashboard
🦠 Coronavirus (COVID-19) Map Dashboard using coronavirus-tracker-api
Stars: ✭ 41 (+86.36%)
Mutual labels:  leaflet
GeoNature
Application de saisie et de synthèse des observations faune et flore
Stars: ✭ 81 (+268.18%)
Mutual labels:  leaflet
vue2-leaflet-vectorgrid
A Leaflet.VectorGrid plugin for the vue2-leaflet package.
Stars: ✭ 17 (-22.73%)
Mutual labels:  leaflet
GPSd4Java
GPSd client library written in Java
Stars: ✭ 40 (+81.82%)
Mutual labels:  gpsd
leaflet-labeled-circle
Special type of SVG marker with a label inside and draggable around the anchor point
Stars: ✭ 35 (+59.09%)
Mutual labels:  leaflet
esri-leaflet-vector
Display ArcGIS Online vector basemaps w/ Esri Leaflet
Stars: ✭ 39 (+77.27%)
Mutual labels:  leaflet
antaresViz
ANTARES Visualizations
Stars: ✭ 19 (-13.64%)
Mutual labels:  leaflet
geofind
Multiplayer Geographical Guessing Game using PostGIS, Nuxt, Leaflet & Colyseus.
Stars: ✭ 31 (+40.91%)
Mutual labels:  leaflet
react-native-leaflet
A LeafletView component using WebView and Leaflet map for React Native applications
Stars: ✭ 53 (+140.91%)
Mutual labels:  leaflet
ci-ifd-lead
Code Institute | Interactive Frontend Development | 6-week _lead project
Stars: ✭ 16 (-27.27%)
Mutual labels:  leaflet
Leaflet.streetlabels
Display the street labels following polylines for Leaflet
Stars: ✭ 58 (+163.64%)
Mutual labels:  leaflet
dtp-stat-archive
Карта ДТП v1.0. 👉 База знаний о проекте: https://github.com/dtpstat/dtp-project/wiki
Stars: ✭ 142 (+545.45%)
Mutual labels:  leaflet
leaflet-area-select
Control to just select an area and provide bbox for it
Stars: ✭ 27 (+22.73%)
Mutual labels:  leaflet
leaflet-tag-filter-button
Adds tag filter control for layers (marker, geojson features etc.) to LeafLet.
Stars: ✭ 48 (+118.18%)
Mutual labels:  leaflet
leaflet-paintpolygon
Leaflet plugin to create polygon with circle as paint
Stars: ✭ 38 (+72.73%)
Mutual labels:  leaflet

Build Status

Description

FrakeGPS simulates a simple GPS receiver which emits NMEA codes. The location is selected clicking on a map, using web-view and Leaflet.

frakegps-gpsmon

Build

Dependencies

  • cargo
  • webkit2gtk (devel)

Fedora

sudo dnf install cargo webkit2gtk3-devel

Ubuntu

sudo apt-get install cargo libwebkit2gtk-4.0-dev

Compile

To build the latest stable release from crates.io:

cargo install frakegps

To built the source from the repository:

cargo build

Usage

Usage with gpsd

sudo systemctl stop gpsd.socket
cargo run -q | gpsd -bnN /dev/stdin

Usage with geoclue

cargo run -q | nc -vkl 10110
avahi-publish -s "FrakeGPS for $(hostname)" _nmea-0183._tcp 10110

Additional resources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].