Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k0swe/adi2cbr
Script for converting ADIF to Cabrillo
https://github.com/k0swe/adi2cbr
adif amateur-radio cabrillo
Last synced: about 1 month ago
JSON representation
Script for converting ADIF to Cabrillo
- Host: GitHub
- URL: https://github.com/k0swe/adi2cbr
- Owner: k0swe
- License: apache-2.0
- Created: 2021-02-07T05:59:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T17:48:59.000Z (over 1 year ago)
- Last Synced: 2023-07-19T18:44:12.675Z (over 1 year ago)
- Topics: adif, amateur-radio, cabrillo
- Language: Go
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# adi2cbr
A script for converting an ADIF amateur radio general log file to a Cabrillo amateur radio contest
file format.Right now this is just a quick hack set up specifically for Winter Field Day and for my info. I
might generalize it someday.## Usage
The program is set up like a Unix utility, so it reads from `STDIN` and outputs the Cabrillo
to `STDOUT`. It prints notes to `STDERR`.```shell
$ go build
$ k0swe.cbr
```