https://github.com/lasvegascoder/mobilegps
A program to read and distribute GPS data for mobile hotspots.
https://github.com/lasvegascoder/mobilegps
Last synced: about 1 year ago
JSON representation
A program to read and distribute GPS data for mobile hotspots.
- Host: GitHub
- URL: https://github.com/lasvegascoder/mobilegps
- Owner: LasVegasCoder
- License: gpl-2.0
- Created: 2018-11-26T15:27:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-07T07:52:12.000Z (over 7 years ago)
- Last Synced: 2025-01-12T00:13:16.393Z (over 1 year ago)
- Language: C++
- Size: 56.6 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This is a small program to read NMEA data from a serially connected GPS unit and then to make that data available for other programs in a simple format. Filtering is available to limit the amount of data transmitted. This filtering is based on distance moved and time elapsed. This program expects that the NMEA sentences GGA and RMC are being transmitted by the GPS module, all else is ignored.
The programs that are expected to consume the GPS data must have APRS enabled as well as the MobileGPS portion of the configuration. This is an example:
```
[Mobile GPS]
Enable=1
Address=127.0.0.1
Port=7834
```
The examples in the respository have MobileGPS switched off, but if enabled should work out of the box provided that they all run on the same system.