From 16619723e19c88afb4d1edff906f43887f37d930 Mon Sep 17 00:00:00 2001 From: kx1t Date: Thu, 18 May 2023 15:35:05 -0400 Subject: [PATCH] documentation updates --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d4a9db5..1fab14e 100644 --- a/README.md +++ b/README.md @@ -319,17 +319,17 @@ In the above configuration strings: ##### Feeding directly from Ultrafeeder -There are several aggregators, both non-profit and commercial, that can directly be sent data from ultrafeeder without the need for an additional feeder container. We have added them in the example `docker-compose.yml` snippet above. Here is a partial list of these aggregators: +There are several aggregators, both non-profit and commercial, that can directly be sent data from ultrafeeder without the need for an additional feeder container. We have added them in the example `docker-compose.yml` snippet above. Here is a partial list of these aggregators. All of them use the `beast_reduce_plus` format for feeding ADSB data, and `mlat-client` for feeding MLAT: | Name | (C)ommercial/
(N)on-profit | Description | Feed details | |------|---------------------------|-------------|--------------| -| ADSB.fi | N | Run by volunteers that used to be related to adsbexchange | adsb:`feed.adsb.fi` port `tcp/30004`, format `beast_reduce_plus_out`
mlat: `feed.adsb.fi` port `tcp/31090`, format `mlat-client`| -| ADSB.one | N | Run by volunteers that used to be related to adsbexchange | adsb:`feed.adsb.one` port `tcp/60004`, format `beast_reduce_plus_out`
mlat: `feed.adsb.one` port `tcp/64006`, format `mlat-client`| -| ADSB.lol | N | Run by a private individual located in the Netherlands | adsb:`in.adsb.lol` port `tcp/30004`, format `beast_reduce_plus_out`
mlat: `in.adsb.one` port `tcp/31090`, format `mlat-client`| -| Planespotters | N | planespotters.net | adsb:`feed.planespotters.net` port `tcp/30004`, format `beast_reduce_plus_out`
mlat: `mlat.planespotters.net` port `tcp/31090`, format `mlat-client`| -| The Air Traffic | N | Run by a private individual | adsb:`feed.theairtraffic.com` port `tcp/30004`, format `beast_reduce_plus_out`
mlat: `mlat.theairtraffic.com` port `tcp/31090`, format `mlat-client`| -| AV Delphi | C | Swiss aircraft data company | adsb:`data.avdelphi.com` port `tcp/24999`, format `beast_reduce_plus_out`
mlat: no MLAT| -| ADSB Exchange | C | Large aggregator owned by JetNet | adsb:`feed1.adsbexchange.com` port `tcp/30004`, format `beast_reduce_plus_out`
mlat: `feed.adsbexchange.com` port `tcp/31090`, format `mlat-client`| +| ADSB.fi | N | Run by volunteers that used to be related to adsbexchange | adsb:`feed.adsb.fi` port `tcp/30004`
mlat: `feed.adsb.fi` port `tcp/31090`| +| ADSB.one | N | Run by volunteers that used to be related to adsbexchange | adsb:`feed.adsb.one` port `tcp/60004`
mlat: `feed.adsb.one` port `tcp/64006`| +| ADSB.lol | N | Run by a private individual located in the Netherlands | adsb:`in.adsb.lol` port `tcp/30004`
mlat: `in.adsb.one` port `tcp/31090`| +| Planespotters | N | planespotters.net | adsb:`feed.planespotters.net` port `tcp/30004``
mlat: `mlat.planespotters.net` port `tcp/31090`| +| The Air Traffic | N | Run by a private individual | adsb:`feed.theairtraffic.com` port `tcp/30004`
mlat: `mlat.theairtraffic.com` port `tcp/31090`| +| AV Delphi | C | Swiss aircraft data company | adsb:`data.avdelphi.com` port `tcp/24999``
mlat: no MLAT| +| ADSB Exchange | C | Large aggregator owned by JetNet | adsb:`feed1.adsbexchange.com` port `tcp/30004`
mlat: `feed.adsbexchange.com` port `tcp/31090`| ##### Alternate Configuration Method with `READSB_NET_CONNECTOR`