No description
Find a file
2021-08-19 09:51:14 +03:00
bin bin/satellite: Unify (somewhat) with the auto-generated entry point 2021-07-12 14:20:51 +03:00
data .desktop: Use correct icon 2021-08-15 18:17:06 +03:00
flatpak Add gpxpy to requirements.txt and flatpak 2021-08-19 09:51:14 +03:00
satellite Add gpx_write(), use it and add to quit_function 2021-08-18 22:27:00 +03:00
.gitignore Add .gitignore 2021-08-01 21:59:14 +03:00
LICENSE Add LICENSE 2021-06-04 12:55:45 +03:00
pyproject.toml Add pyproject.toml 2021-07-30 22:02:30 +03:00
README.md README.md: Update installation instuctions 2021-08-01 22:52:30 +03:00
requirements.txt Add gpxpy to requirements.txt and flatpak 2021-08-19 09:51:14 +03:00
setup.py setup.py: Parse __init__.py for __version__ 2021-08-15 19:00:06 +03:00

Satellite is a program which displays global navigation satellite system (GNSS: GPS et al.) data obtained from modemmanager API.

Dependencies:

gi, Gtk, libhandy, pydbus, pynmea2

Running and installing

From source tree

Run the script bin/satellite.

With pip

Run

pip3 install --user ./

in the source tree root.

Flatpak

Run

flatpak-builder --install --user build-dir flatpak/org.codeberg.tpikonen.satellite.json

in the source tree root. Then run

flatpak run org.codeberg.tpikonen.satellite

to execute.