/aprs-is-collector

Primary LanguageGoGNU General Public License v2.0GPL-2.0

APRS-IS Collector Circle CI

APRS-IS Collector that sends APRS-IS packets to an APRS-Dashboard service endpoint.

Installation

Build

Note: You must have a Go compiler installed in order to build this project.

go build -o aprs-is-collector

Running

Set the APRS_DASHBOARD_HOST environment variable to indicate the APRS-Dashboard installation location:

export APRS_DASHBOARD_HOST="127.0.0.1:3000"

Run the binary:

aprs-is-collector