Announcement

Collapse
No announcement yet.

Dump 1090 working but no aircraft tracked list

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

  • Dump 1090 working but no aircraft tracked list

    Hi all,
    I have an issue getting the list of tracked aircraft.
    Right now I have these two ways :
    When I try to get this kind of list :
    dump1090-data.png

    I get :
    2019-06-01_0905.png

    Any ideas ?

    I tried to get through blacklist files but nothing changed.
    Thanks for your help

  • #2
    Fr24feed has already started dump1090 which has grabbed the dongle.

    When you give command ./dump1090, it starts 2nd instance of dump1090, which fails to find a dongle (because it is already in use by 1st instabce of dump1090 which was started by fr24feed.

    First stop fr24feed. This will stop 1st instance of dump1090. After this issue command ./dump1090

    Code:
    sudo systemctl stop fr24feed
    
    cd /usr/lib/fr24
    
    ./dump1090 --interactive
    FR24 dump1090 --interactive.png




    After finishing, dont forget to restart fr24feed by following commands (alternatively simply reboot the RPi)

    Code:
    sudo killall dump1090
    
    sudo systemctl restart fr24feed
    Last edited by abcd567; 2019-06-01, 08:30.

    Comment


    • #3
      Thanks for you quick answer abcd567.
      It worked: I managed to see the table starting Dump1090 after stopping fr24feed.
      Is it possible to see this table while feeding ?

      Comment


      • #4
        Use dump1090-fa.

        It has a command named view1090-fa associated that can be used while it's running.
        I've explained here how to install it: https://github.com/wiedehopf/combine...ng-dump1090-fa

        Comment


        • #5
          Yo have a table at right side of the map. Is it not enough?

          2019-06-01_0900.jpg

          Comment


          • #6
            It is !
            Thanks one again for you help guys. Wanted to understand.

            Comment


            • #7
              Your map is dark with water marks, as you dont have Google Key (most people dont have and dont want to get it).

              There is a solution, which is given here:

              Map: How to Get Rid of the "For development purposes only" Water Mark

              Comment


              • #8
                Thanks for the Link ! Did it and worked perfectly :-)

                Comment

                Working...
                X