Go to file
Teemu Ikonen a4624f0bd6 Add .gitignore 2021-08-01 21:59:14 +03:00
bin bin/satellite: Unify (somewhat) with the auto-generated entry point 2021-07-12 14:20:51 +03:00
data Add an icon 2021-08-01 17:26:59 +03:00
satellite Improve widget size requests and initial size 2021-07-15 20:42:49 +03:00
.gitignore Add .gitignore 2021-08-01 21:59:14 +03:00
LICENSE Add LICENSE 2021-06-04 12:55:45 +03:00
README.md README.md: Add dependency and installation info 2021-07-30 18:58:41 +03:00
pyproject.toml Add pyproject.toml 2021-07-30 22:02:30 +03:00
requirements.txt Add requirements.txt 2021-06-04 12:55:45 +03:00
setup.py Replace setup.cfg with setup.py, install icon and .desktop 2021-08-01 17:26:59 +03:00

README.md

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 Python build

Run

python3 -m build

in the source tree root.

Flatpak

Coming soon.