sdr-enthusiasts / docker-adsb-ultrafeeder

ADSB-Ultrafeeder is an all-in-one ADSB container with readsb, tar1090, graphs1090, autogain, multi-feeder, and mlat-hub built in
GNU General Public License v3.0
184 stars 33 forks source link

where is mlathub for ultrafeeder? #41

Closed tedder closed 12 months ago

tedder commented 12 months ago

The examples here have entries for mlathub, but that container doesn't exist in the docker-compose. Should it? Or does ultrafeeder contain the mlathub? Here are the errors I'm seeing.

ultrafeeder    | [2023-11-10 18:36:23.729][mlathub] Beast TCP input: Name resolution for rbfeeder failed: Name or service not known
ultrafeeder    | [2023-11-10 18:36:23.729][mlathub] Beast TCP input: Name resolution for radarvirtuel failed: Name or service not known
ultrafeeder    | [2023-11-10 18:36:23.729][mlathub] Beast TCP input: Name resolution for planewatch failed: Name or service not known
ultrafeeder    | [2023-11-10 18:36:54.216][mlathub] Beast TCP input: Name resolution for piaware failed: Name or service not known
ultrafeeder    | [2023-11-10 18:36:54.216][mlathub] Beast TCP input: Name resolution for rbfeeder failed: Name or service not known
ultrafeeder    | [2023-11-10 18:36:54.216][mlathub] Beast TCP input: Name resolution for radarvirtuel failed: Name or service not known
ultrafeeder    | [2023-11-10 18:36:54.216][mlathub] Beast TCP input: Name resolution for planewatch failed: Name or service not known
dziban303 commented 12 months ago

Are you running rbfeeder, radarvirtuel, planewatch, and piaware containers in the same stack as ultrafeeder?

tedder commented 12 months ago

Just running ultrafeeder like in the example. Should I be running all the others?

Johnex commented 12 months ago

Mlathub is built in, and if you don't use those containers above, you need to remove the lines for them :)

dziban303 commented 12 months ago

https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder#configuring-the-built-in-mlat-hub

If you aren't feeding piaware et al then you can remove those lines from your config.

tedder commented 12 months ago

Aha, so the problem isn't that mlathub doesn't exist, it's that the extra containers for piaware, rbfeeder, etc don't exist.