Originally posted by giacomo892
View Post
Announcement
Collapse
No announcement yet.
Archived - Beta test MLAT software for Raspberry Pi
Collapse
This topic is closed.
X
X
-
Originally posted by giacomo892 View PostPositions are now live on the map. Just filter for T-MLAT7
I though them will more accurate.
F-KDAG1
Comment
-
Can someone help me troubleshoot my setup?
pi@raspberrypi ~ $ sudo service fr24feed status
FR24 Feeder/Decoder Process: running.
FR24 Stats Timestamp: 2015-07-14 01:00:33.
FR24 Link: connected [UDP].
FR24 Radar: (my radar goes here).
FR24 Tracked AC: 1.
Receiver: connected (16 MSGS/0 SYNC).
FR24 MLAT: not running ... failed!
pi@raspberrypi ~ $ cat /etc/fr24feed.ini
receiver="dvbt"
fr24key="(my key goes here)"
path="/usr/lib/fr24/dump1090"
bs="yes"
raw="yes"
logmode="2"
mlat="yes"
mlat-without-gps="yes"
pi@raspberrypi ~ $ tail /var/log/fr24feed.log
2015-07-14 01:01:33 | [mlat][i]Registering MLAT station: FAILURE
2015-07-14 01:01:34 | [mlat][i]Configuring UDP connection udp://mlat-4.fr24.com:19788
2015-07-14 01:01:34 | [mlat][i]Registering MLAT station
2015-07-14 01:01:54 | [mlat][i]Registering MLAT station: FAILURE
2015-07-14 01:01:55 | [mlat][i]Configuring UDP connection udp://mlat-4.fr24.com:19788
2015-07-14 01:01:55 | [mlat][i]Registering MLAT station
2015-07-14 01:02:00 | [feed][n]ping 5
2015-07-14 01:02:15 | [mlat][i]Registering MLAT station: FAILURE
2015-07-14 01:02:16 | [mlat][i]Configuring UDP connection udp://mlat-4.fr24.com:19788
2015-07-14 01:02:17 | [mlat][i]Registering MLAT station
Thank you.
Comment
-
Originally posted by Harm View PostI think i can help can someone give me a pointer as to what DVB-T "stick" that should be used ?
Also feel free to poke about porting it to Linux Standard Distro
Cheers
Francisco
Comment
-
Thanks for your feedback!
A new decoder version 1.0.13-9 has been released which will be the release candidate, perhaps the last one
To update:
Code:$ sudo service fr24feed stop $ sudo apt-get update $ sudo apt-get install fr24feed $ sudo service fr24feed start
- MLAT settings & status are now visible and configurable at the web interface
- A link added (when available) to FR24 site in tracked aircrafts list (web interface)
- Libraries are now located in /usr/lib/fr24 to avoid conflicts with system libraries
As some of you already spotted, T-MLAT6 and T-MLAT7 radars are visible on FR24 web site and correspond to the latest MLAT improvements.
Comment
-
Originally posted by mchvs View Post2015-07-14 01:01:33 | [mlat][i]Registering MLAT station: FAILURE
2015-07-14 01:01:34 | [mlat][i]Configuring UDP connection udp://mlat-4.fr24.com:19788
2015-07-14 01:01:34 | [mlat][i]Registering MLAT station
2015-07-14 01:01:54 | [mlat][i]Registering MLAT station: FAILURE
2015-07-14 01:01:55 | [mlat][i]Configuring UDP connection udp://mlat-4.fr24.com:19788
2015-07-14 01:01:55 | [mlat][i]Registering MLAT station
2015-07-14 01:02:00 | [feed][n]ping 5
2015-07-14 01:02:15 | [mlat][i]Registering MLAT station: FAILURE
2015-07-14 01:02:16 | [mlat][i]Configuring UDP connection udp://mlat-4.fr24.com:19788
2015-07-14 01:02:17 | [mlat][i]Registering MLAT station
Comment
-
I have updated to 1.0.13-9/generic and am also seeing the MLAT registration issue:
2015-07-14 21:47:19 | [mlat][i]Configuring UDP connection udp://mlat-3.fr24.com:19788
2015-07-14 21:47:19 | [mlat][i]Registering MLAT station
2015-07-14 21:47:39 | [mlat][i]Registering MLAT station: FAILURE
Comment
-
Comment