lucasburlingham / USB-gps

This is a simple python script to read data from a USB GPS device and plot that data on a map.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

USB-GPS

Description

This is a simple python script to read data from a USB GPS device and plot that data on a map.

Requirements

  • Python 3
  • gpsd-py3
  • gpsd
  • websockets
  • make

Installation

git clone https://github.com/lucasburlingham/USB-gps
cd USB-gps
make install

Usage

make run

or

python3 main.py

Tested on Arch and Ubuntu 22.04 with a VK-162 G-Mouse USB GPS Dongle.

License

MIT License - see the LICENSE file for details

About

This is a simple python script to read data from a USB GPS device and plot that data on a map.

License:MIT License


Languages

Language:HTML 60.9%Language:Python 34.4%Language:Makefile 4.7%