Skip to content

Commit ad6e769

Browse files
committed
out.adsb.lol: 1337->1365, 1338->1366
1 parent 8f01a07 commit ad6e769

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

content/en/docs/feeders-only/beast-mlat-out.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ License: [ODbL 1.0](https://opendatacommons.org/licenses/odbl/1.0/)
1818

1919
Hostname: `out.adsb.lol`
2020

21-
Port: 1337 (BEAST) and 1338 (MLAT, SBS)
21+
Port: 1365 (BEAST) and 1366 (MLAT, SBS)
2222

2323
These outputs are available to all feeders IPs.
2424

@@ -34,10 +34,9 @@ Documentation assumes a high skill level. **Please consider improving the docume
3434

3535
You can use readsb to get the data locally, for example running directly:
3636
```
37-
readsb --net-only --net-connector=out.adsb.lol,1337,beast_in --net-connector=out.adsb.lol,1338,sbs_in_mlat
37+
readsb --net-only --net-connector=out.adsb.lol,1365,beast_in --net-connector=out.adsb.lol,1366,sbs_in_mlat
3838
```
3939

4040
The typical use case for this would be to do some form of data analysis on the full raw data stream from all the feeders. It could also be used for certain visualization goals of live or past flight activity.
4141

4242
Please make sure that you avoid creating feeding loops - that is why the disclaimer above urges you not to use the readsb in your feeder setup to connect to this stream. A good way to set up a separate environment to start using this data stream would be to spin up a Docker container with its own readsb instance. The necessary docker file to get started with that is included in the readsb implementation that is most commonly used at this point (and that is also the underlying implementation used for ADSB.lol): [@wiedehopf's readsb](https://github.com/wiedehopf/readsb)
43-

0 commit comments

Comments
 (0)