Skip to content
This repository has been archived by the owner on Apr 6, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (6 loc) · 297 Bytes

FR24.md

File metadata and controls

10 lines (6 loc) · 297 Bytes

For Flightradar24 (FR24) Box

FR24 Box outputs raw packets for connections to TCP port 30334. This output can be fed for dump1090 TCP port 30004.

Actual command example:

    ./dump1090 --net-only --interactive
    nc -d fr24-box-address 30334 | nc 127.0.0.1 30004

[End of memorandum]