You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<imgalt="The logo for Artemis, showing a retrowave sunset with shilouetted trees with a stylized IC-7300 in the foreground"width="160"src="./data/icons/hicolor/scalable/apps/com.k0vcz.Artemis.svg">
3
3
</p>
4
4
<h1align="center">Artemis</h1>
5
5
<h3align="center">A Parks on the Air Spotting Tool</h3>
@@ -10,11 +10,13 @@
10
10
<a href='https://stopthemingmy.app'><img width='193.455' alt='Please do not theme this app' src='https://stopthemingmy.app/badge.svg'/></a>
11
11
</p>
12
12
13
-
**Artemis** is a desktop application designed for amateur radio operators participating in **Parks On The Air (POTA)**. It helps hunters track QSOs, log parks, fetch spots in real-time, and manage radio connections. Built with **Vala**, **GTK4/Libadwaita**, and **SQLite**, Artemis is cross-platform and lightweight.
13
+
**Artemis** is a desktop application designed for amateur radio operators participating in **Parks On The Air (POTA)**. It helps hunters track QSOs, log parks, fetch and add spots, and control their radio to aid hunting. Built with **Vala**, **GTK4**, **Libadwaita**, **Shumate**, and **SQLite**.
14
+
15
+
Artemis is designed to be cross-platform, lightweight, and easy to use.
14
16
15
17
## Features
16
18
17
-
-**Hunt QSOs and Parks**
19
+
-**Hunt Parks**
18
20
- Filter by band, mode, and program. Configure a "hit list," to be notified when a park, state, or callsign is spotted.
19
21
- Track which parks have been hunted or activated.
20
22
@@ -27,21 +29,31 @@
27
29
- Supports serial, USB, and network-connected radios via Hamlib.
28
30
29
31
-**Import/Export**
30
-
- Import your already hunted parks from POTA.app
31
-
- Ability to exporting hunter QSOs to QRZ, LoTW, UDP, or local ADIF log.
32
+
- Import your already hunted parks from (POTA.app)[https://pota.app]
33
+
- Ability to exporting hunter QSOs to QRZ; LoTW, UDP, or local ADIF log coming soon.
32
34
33
35
-**UI**
34
-
- Modern GTK4/Libadwaita interface.
36
+
- Modern GTK4/Adwaita interface.
35
37
36
38
## Installation
37
39
38
40
### Linux (Flatpak recommended)
39
41
```bash
40
-
flatpak install flathub com.k0vcz.artemis
41
-
flatpak run com.k0vcz.artemis
42
+
flatpak install flathub com.k0vcz.Artemis
43
+
flatpak run com.k0vcz.Artemis
42
44
```
43
45
44
-
## Build from Source
46
+
## Usage
47
+
48
+
1. Configure your callsign, location, and radio settings via Preferences.
49
+
2. Import your hunter.csv from POTA.app
50
+
3. View live POTA spots, filter by band, mode, and program. Track the spot to hold its position, tune your radio, rotate your beam, and add your spot!
51
+
4. Track which parks you’ve hunted, filter parks, and get notified for calls, parks, or states/countries of interest.
52
+
5. Use distance and bearing calculations for more efficient hunting.
53
+
54
+
**Contributions are welcome! Please submit pull requests or open issues for feature requests and bug reports.**
55
+
56
+
## Build from Source and Contributing
45
57
46
58
**Dependencies**
47
59
- Vala
@@ -55,6 +67,7 @@ flatpak run com.k0vcz.artemis
55
67
- Dex
56
68
- WebKitGtk
57
69
- SQLite3
70
+
- Shumate
58
71
59
72
**Build using Meson**
60
73
```bash
@@ -65,16 +78,6 @@ meson compile -C build
65
78
meson install -C build
66
79
```
67
80
68
-
## Usage
69
-
70
-
1. Configure your callsign, location, and radio settings via Preferences.
71
-
2. Import your hunter.csv from POTA.app
72
-
3. View live POTA spots, filter by band, mode, and program. Track the spot to hold its position, tune your radio, rotate your beam, and add your spot!
73
-
4. Track which parks you’ve hunted, filter parks, and get notified for calls, parks, or states/countries of interest.
74
-
5. Use distance and bearing calculations for more efficient hunting.
75
-
76
-
**Contributions are welcome! Please submit pull requests or open issues for feature requests and bug reports.**
77
-
78
81
## License
79
82
80
83
Artemis is licensed under GPL-3.0-or-later. See LICENSE for details.
0 commit comments