Announcement

Collapse
No announcement yet.

[linux] Alternative FR24 Feeder Tracker view

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [linux] Alternative FR24 Feeder Tracker view

    FR24feed comes with the handy web UI on :8754 but I for one don't like the long listing format; I'd prefer a table form such as is seen in the output of dump1090.
    There doesn't seem to be a way to override the embedded web server to serve different html/js, but a little fettling with a local Apache and I now have a live update looking like this:
    Code:
    ModeS	Call	SQ	Lat	Lon	Track	Alt	Speed	Seen
    3C15BD	-	4701	50.606	-3.8725	78	39975	569	6
    40073F	BAW117	6310	51.6837	-2.5296	284	32375	405	5
    4008F6	VIR952	7631	-	-	103	37000	580	9
    400928	-	3442	-	-	0	32400	0	5
    400FBA	-	3422	-	-	0	23975	0	5
    400FE1	-	0000	-	-	178	29425	355	6
    405B66	-	6467	54.0432	-4.0504	301	26700	350	11
    The attached index.php (renamed as .txt) can be installed anywhere that can connect to your FR24 feeder page. Because of cross-site request restrictions, it can't access the JSON feed, so it also needs a shim (flights.json.php) to proxy that request locally.

    (FR24 are welcome to take this (idea/code) back into the feed program)
    Attached Files
Working...
X