gpsdctl
Global Positioning System - daemon
Install
- All systems
-
curl cmd.cat/gpsdctl.sh
- Debian
-
apt-get install gpsd
- Ubuntu
-
apt-get install gpsd
- Alpine
-
apk add gpsd
- Arch Linux
-
pacman -S gpsd
- Kali Linux
-
apt-get install gpsd
- Fedora
-
dnf install gpsd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gpsd
- OS X
-
brew install gpsd
- Raspbian
-
apt-get install gpsd
- Dockerfile
- dockerfile.run/gpsdctl
- Docker
-
docker run cmd.cat/gpsdctl gpsdctl
powered by Commando
gpsd
Global Positioning System - daemon
The gpsd service daemon can monitor one or more GPS devices connected to a host computer, making all data on the location and movements of the sensors available to be queried on TCP port 2947. With gpsd, multiple GPS client applications can share access to devices without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the different standards emitted by GPS devices.