tecnom1k3 / piaware-relay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PiAware relay

This project aims to create a docker image that can be configured and deployed to read from an existing adsb feeder (in my case, a ADSBx Custom Pi Image) that exposes a dump server in port 30005, so it can consume and forward that data to flightaware.com (and get that enterprise level license).

Huge thanks to abcd567a for providing deb packages to be able to install Piaware on arm64 based platforms like the Raspberry Pi4.

Build

DOCKER_BUILDKIT=1 docker build --target piaware -t technomike/piaware-relay .

About


Languages

Language:Dockerfile 92.2%Language:Shell 7.8%