sdr-enthusiasts / docker-piaware

Multi-arch PiAware docker container including support for bladeRF, RTLSDR, SoapySDR. Includes dump1090 & dump978 (amd64, arm/v6, arm/v7, arm64v8)
MIT License
152 stars 30 forks source link

Issues with setting up external adsb receiver #134

Open JayBraker opened 1 year ago

JayBraker commented 1 year ago

Hi, I have dump1090 (not dump1090fa) running on the host, exposing its interface to 0.0.0.0:30002 Installed this container with

extra_hosts:
  - "host.docker.internal:host-gateway"
 environment:
  - BEASTHOST=host.docker.internal
  - BEASTPORT=30002
  - RECEIVER_TYPE=relay

Which makes the feed available on host host.docker.internal:30002 However piaware does not ingest, writing "framing errors seen, is the peer sending Beast binary data?" to the log. I assume faupload1090 (gets mentioned in the logs, unfortunately not at all documented) would need to be reconfigured to connect to my receiver.

Does anyone have experience with this kind of issue? Feeds for fr24 and adsbx run flawlessly

mikenye commented 1 year ago

Try port 30005.