Announcement

Collapse
No announcement yet.

Linux feeder software for Flightradar24 (Old software)

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • peterhr
    replied
    Originally posted by FRC View Post
    Getting nuts here Itīs late, iīm tired and iīll give up for today.

    The only message that i noticed that donīt show on log in deatched mode is:

    [e][stats] Cached feed_id=XXXX for network T.

    This could be an account problem too, i really donīt know.

    Any ideas ????

    Maybe i should stop feeding for some days and try again ....
    This is what I get

    Command - this is how I normally run it
    ./fr24feed_arm-rpi_242 --fr24key=xxxxxxxxxxxxxxxxxxxx --bs-ip=127.0.0.1 > /tmp/fr24feed.log &

    Log file starts
    Code:
    [i]FR24Feed v242 - built on May  7 2014/13:05:06
    [i]Downloading configuration...OK
    [i]Parsing configuration...OK
    [c]Interval: 5s
    [c]Latitude: xxxxxxxxxxxxxx
    [c]Longitude: xxxxxxxxxxxx
    [c]GND: YES
    [c]NonADSB: YES
    [i]Source defined as Basestation
    [b]connecting to 127.0.0.1:30003
    [e]could not connect to BS
    [i]waiting 5 seconds
    [n]defined 1 server
    [n]EGBB19@83.140.21.66:8099/UDP
    [n]connecting
    [i][stats]Stats thread started
    [n]connected
    [n]switching to UDP
    [n]working
    [i]Source defined as Basestation
    [b]connecting to 127.0.0.1:30003
    [b]connected
    [b]working
    [i]Data feed time difference OK abs(02:07:07.801 - 02:07:07.772)=0
    [i]sent 14 planes in 1 packets
    [i]sent 14 planes in 1 packets
    [i]sent 14 planes in 1 packets
    command - as above no log file
    Code:
    root@raspberry-pi:~# ./fr24feed_arm-rpi_242 --fr24key=xxxxxxxxxxxxxxxxxxxx --bs-ip=127.0.0.1 &
    [1] 4474
    root@raspberry-pi:~# [i]FR24Feed v242 - built on May  7 2014/13:05:06
    [i]Downloading configuration...OK
    [i]Parsing configuration...OK
    [c]Interval: 5s
    [c]Latitude: xxxxxxxxxxxxx
    [c]Longitude: xxxxxxxxxxxx
    [c]GND: YES
    [c]NonADSB: YES
    [i]Source defined as Basestation
    [b]connecting to 127.0.0.1:30003
    [b]connected
    [b]working
    [n]defined 1 server
    [n]EGBB19@83.140.21.66:8099/UDP
    [n]connecting
    [i][stats]Stats thread started
    [i]Data feed time difference OK abs(06:11:16.062 - 06:11:16.067)=0
    [n]connected
    [n]switching to UDP
    [n]working
    [i]sent 79 planes in 2 packets
    [i]sent 82 planes in 3 packets

    Just running as a interactive putty task
    Code:
    root@raspberry-pi:~# ./fr24feed_arm-rpi_242 --fr24key=xxxxxxxxxxxxxxx --bs-ip=127.0.0.1
    [i]FR24Feed v242 - built on May  7 2014/13:05:06
    [i]Downloading configuration...OK
    [i]Parsing configuration...OK
    [c]Interval: 5s
    [c]Latitude: xxxxxxxxxxx
    [c]Longitude: xxxxxxxxxx
    [c]GND: YES
    [c]NonADSB: YES
    [i]Source defined as Basestation
    [b]connecting to 127.0.0.1:30003
    [n]defined 1 server
    [n]EGBB19@83.140.21.66:8099/UDP
    [n]connecting
    [b]connected
    [b]working
    [i][stats]Stats thread started
    [i]Data feed time difference OK abs(06:12:38.308 - 06:12:38.312)=0
    [n]connected
    [n]switching to UDP
    [n]working
    [i]sent 82 planes in 3 packets
    [i]sent 76 planes in 2 packets
    [i]sent 76 planes in 2 packets
    [i]sent 80 planes in 2 packets
    I got one error in the top block - could not connect to base station

    All blocks started the 'stats' thread.

    Maybe download and re-install the feeder (it was re-issued wasn't it???), if that doesn't do it ask support ... they may have a debug switch to turn on that saves more info.
    Last edited by peterhr; 2014-06-21, 06:24. Reason: munged the location in the logs

    Leave a comment:


  • Ressy
    replied
    Originally posted by FRC View Post
    Hello,

    Does anyone is having problem with statistics page again (T-Feeder) with Rpi ???
    I am using fr24feed_arm-rpi_242 with latest Dump1090 (MalcolmRob fork) and latest Rpi firmware.
    I am using a ssh conection with Rpi and if i run the feeder in the foreground it seems to work ok. But if i send it to the background (&) , the statistics page does not seem to be updated, even when status shows "Online".

    Regards,

    Marcelo.
    still work with screen? I assume RPi includes screen?

    often in linux it is far better to run things that dont have a daemon setting to fork in background, to use screen rather than ampersand

    Edited: I have seen many programs stop when &'s, an others I've seen become unpredictable in behaviour... just a thought...
    Last edited by Ressy; 2014-06-21, 01:53. Reason: afterthought

    Leave a comment:


  • FRC
    replied
    Getting nuts here Itīs late, iīm tired and iīll give up for today.

    The only message that i noticed that donīt show on log in deatched mode is:

    [e][stats] Cached feed_id=XXXX for network T.

    This could be an account problem too, i really donīt know.

    Any ideas ????

    Maybe i should stop feeding for some days and try again ....

    Leave a comment:


  • FRC
    replied
    Sharing key ok. The page shows that i am "online", so it is sending data.
    I did not see any output message difference between the two situations.
    I will grab the output for detailed evaluation and post here if i find something.

    Leave a comment:


  • peterhr
    replied
    Mine works fine.
    It's not somthing daft like a wrong shareing key?
    How does the detatched mode log differ from th fg log?

    Leave a comment:


  • FRC
    replied
    Hello,

    Does anyone is having problem with statistics page again (T-Feeder) with Rpi ???
    I am using fr24feed_arm-rpi_242 with latest Dump1090 (MalcolmRob fork) and latest Rpi firmware.
    I am using a ssh conection with Rpi and if i run the feeder in the foreground it seems to work ok. But if i send it to the background (&) , the statistics page does not seem to be updated, even when status shows "Online".

    Regards,

    Marcelo.

    Leave a comment:


  • t-kclt2
    replied
    Have you tried these steps:

    Leave a comment:


  • Fouine91
    replied
    Hi Mike,

    Would it be possible to build for CentOS 5.10 please, i get this error on starting :

    ./fr24feed_x86_242: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by ./fr24feed_x86_242)


    * I'm running Centos 5.10 x86, here's my /proc/version :
    Linux version 2.6.18-371.6.1.el5 (mockbuild@builder17.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-54)) #1 SMP Wed Mar 12 20:08:05 EDT 2014

    * rpm -qa |grep libstdc++ gives me :
    compat-libstdc++-33-3.2.3-61
    libstdc++44-devel-4.4.7-1.el5
    compat-libstdc++-296-2.96-138
    libstdc++-devel-4.1.2-54.el5
    libstdc++-4.1.2-54.el5

    Thank you.
    Regards.

    Leave a comment:


  • Ressy
    replied
    Originally posted by piopawlu View Post
    It will only send particular aircraft if its position has been updated since the last packet was sent,, so you may have 12 ac being tracked, but it will send around 9 by average.
    Ahh thank you, that explains it, short of running it through strace, is there a hidden "debug" command?

    Leave a comment:


  • Ressy
    replied
    Originally posted by peterhr View Post
    Do all 9 aircraft have full information (longitude, latitude, height, etc.)
    absolutely, I see much more in "interactive mode" in dump1090 with mode S only, to be expected given I cover a small recreational airfield 40 k's north of the international, but I would have expected it to report all that have full data output.

    Leave a comment:


  • piopawlu
    replied
    It will only send particular aircraft if its position has been updated since the last packet was sent,, so you may have 12 ac being tracked, but it will send around 9 by average.

    Leave a comment:


  • peterhr
    replied
    Originally posted by Ressy View Post
    Curious, is there a debug option? that displays the aircraft its sending?
    I am now and often will see more active aircraft than what the feeder software says its sending, for example right now, I see 9 aircraft, but feeder reports sending only 6.
    Do all 9 aircraft have full information (longitude, latitude, height, etc.)

    Leave a comment:


  • Ressy
    replied
    Curious, is there a debug option? that displays the aircraft its sending?
    I am now and often will see more active aircraft than what the feeder software says its sending, for example right now, I see 9 aircraft, but feeder reports sending only 6.

    Leave a comment:


  • Foxconn11
    replied
    Originally posted by nzradar View Post
    Hi All, I downloaded fr24feed_arm-rpi_242 and it has definately solve dthe problem of getting a squillion <defunct> processes on my RPi. Cool, thanks.
    aah now i know why i have hundreds of <defunct> in my process list

    Leave a comment:


  • Kvisko
    replied
    I was wondering if anyone had compiled and run the fr24feed on ar71xx platform?

    Would it be possible to run fr24feed on routers (TL-MR3020 or TL-WR842, running OpenWRT). The dump1090 (2013-02-04) is available in snapshot/trunk, perhaps there is a way to run fr24feed on Attitude Adjustment version?
    I have several members of pljusak.com weather network interested in this.
    Last edited by Kvisko; 2014-05-19, 19:28.

    Leave a comment:

Working...
X