Skip to content

Repository files navigation

APRSC Docker

A dockerized version of hessu's aprsc APRS-IS server. APRS-IS connects regional APRS packet radio networks together through the Internet. The original source for aprsc lives here.

APRSC Screenshot

Install

Docker and Docker Compose need to be installed.

# clone the repo
git clone https://github.com/brannondorsey/aprsc-docker
cd aprsc-docker

Edit docker-compose.yaml set at least:

    environment:
      - APRSC_SERVER_ID=MYCALL
      - APRSC_PASSCODE=MYAPRSCODE
      - APRSC_UPLINK_ENABLED=yes
      - APRSC_MY_ADMIN=My Name, My Call
# run the service in "detach" mode
docker compose up -d

# follow the logs
docker compose logs -f

You should now have an HTTP status server running at http://localhost:14501.

# shutdown
docker compose down

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages