Skip to content

Commit 21530e1

Browse files
authored
Update README.md
1 parent 48cf8ab commit 21530e1

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

README.md

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img alt="" width="160" src="./data/icons/hicolor/scalable/apps/com.k0vcz.Artemis.svg">
2+
<img alt="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">
33
</p>
44
<h1 align="center">Artemis</h1>
55
<h3 align="center">A Parks on the Air Spotting Tool</h3>
@@ -10,11 +10,13 @@
1010
<a href='https://stopthemingmy.app'><img width='193.455' alt='Please do not theme this app' src='https://stopthemingmy.app/badge.svg'/></a>
1111
</p>
1212

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.
1416

1517
## Features
1618

17-
- **Hunt QSOs and Parks**
19+
- **Hunt Parks**
1820
- Filter by band, mode, and program. Configure a "hit list," to be notified when a park, state, or callsign is spotted.
1921
- Track which parks have been hunted or activated.
2022

@@ -27,21 +29,31 @@
2729
- Supports serial, USB, and network-connected radios via Hamlib.
2830

2931
- **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.
3234

3335
- **UI**
34-
- Modern GTK4/Libadwaita interface.
36+
- Modern GTK4/Adwaita interface.
3537

3638
## Installation
3739

3840
### Linux (Flatpak recommended)
3941
```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
4244
```
4345

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
4557

4658
**Dependencies**
4759
- Vala
@@ -55,6 +67,7 @@ flatpak run com.k0vcz.artemis
5567
- Dex
5668
- WebKitGtk
5769
- SQLite3
70+
- Shumate
5871

5972
**Build using Meson**
6073
```bash
@@ -65,16 +78,6 @@ meson compile -C build
6578
meson install -C build
6679
```
6780

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-
7881
## License
7982

8083
Artemis is licensed under GPL-3.0-or-later. See LICENSE for details.

0 commit comments

Comments
 (0)