Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```