Go to file
2021-11-09 20:06:28 +02: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 flatpak: Remove redundant --own-name 2021-10-25 17:56:28 +03:00
satellite nmeasource: Allow setting update_callback function 2021-11-09 20:06:28 +02: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 Change app-id etc. to page.codeberg.tpikonen.satellite 2021-10-25 16:47:48 +03:00
requirements.txt Add gpxpy to requirements.txt and flatpak 2021-08-19 09:51:14 +03:00
setup.cfg Add setup.cfg for flake8 2021-08-28 19:32:07 +03:00
setup.py flake8 2021-08-28 19:32:07 +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, gpxpy

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/page.codeberg.tpikonen.satellite.json

in the source tree root. Then run

flatpak run page.codeberg.tpikonen.satellite

to execute.