Announcement

Collapse
No announcement yet.

How to Install dump1090-mutability on RPi

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

  • Originally posted by GlynH View Post
    In post 4 you detail a great modification to select a gain from a drop-down menu for dump1090-mutability.
    Would this procedure work for dump1090-fa by any chance?
    Yes, it is possible. Everything is same except the modifications in map files gmap.html (dump1090-mutability) and index.html (dump1090-fa) are different.

    CAUTION: May NOT work with AirSpy dongle

    Automated install scripts for "set gain from browser" for following:
    - dump1090-mutability on Raspbian
    - dump1090-fa on Raspbian
    - dump1090-fa on Piaware image

    https://github.com/abcd567a/set-gain...ster/README.md



    .

    Comment


    • Originally posted by abcd567 View Post

      Over-active spam protection.
      I often get this, and when this happens, I just give up and quit.
      Tell me about it...I spent ages trying each & every way I could think of and like you gave up in the end!

      Thanks & kind regards,
      -=Glyn=-

      Comment


      • Hello Captain (abcd567)

        first at all, thank you very much for the Excellent tutorial on how to Setup and "Upgrade" Dump1090 Mutability.
        I started to upgrade from Pi-3 / Stretch to the Pi-4 / Buster and used as Reference your tutorial:

        How to Install dump1090-mutability on RPi
        Last update: December 23, 2020

        How-to Add "Received Signal Strength Indicator" (RSSI) Column in Aircraft Table of dump1090-mutability ver 1.15~dev
        Posted on: October 14, 2018

        I found some errors, the Copy & Paste lines contain (color=red] & [/color] statements.

        STEP-1
        gmap.html
        ADD 2 lines shown below in RED (copy-paste these)
        (color=red]<td id="rssi" onclick="sortByRSSI();" style="text-align: right">RSSI</td>[/color]
        (color=red]<td style="text-align: right">RSSI</td>[/color]

        STEP-2
        script.js
        2.2 - Add RSSI Column
        (color=red]tableplane.tr.cells[10].textContent = tableplane.rssi.toFixed(1); [/color]
        (COLOR=red]function sortByRSSI() { sortBy('rssi', compareNumeric, function(x) { return x.rssi; }); }[/COLOR]

        STEP-3
        style.css
        div#map_canvas { height: 100%; margin-right: (color=red]460[/color]px; }
        div#sidebar_container { float: left; width: (color=red]450[/color]px; margin-left: (color=red]-455[/color]px; height: 100%; overflow: auto; }

        Best Regards
        Hardy
        Last edited by Hardy_2016; 2021-05-13, 13:16.

        Comment


        • That's not an error on his behalf

          It is red to highlight the only portions (hence saying copy all in red)

          When the forum upgraded, some formatting become text. Some of those are coming on 3 years old.
          Posts not to be taken as official support representation - Just a helpful uploader who tinkers

          Comment


          • Hardy_2016

            Thanks for pointing out the bug.

            Forum format was changed by FR24 after the post was made in 2018. This resulted in bug of [color] [/color]. This was already pointed out by Oblivian in his above post.

            Now I fixed it by replacing:
            [code ] and [/code ]
            by:
            [quote ] and [/quote ].

            Please check the How to Add RSSI Column post.

            .
            Last edited by abcd567; 2021-05-14, 21:14.

            Comment


            • Sorry Captain (abc567)

              the same bug in :
              COLORING RANGE CIRCLES ALTERNATE RED/BLUE dump1090-mutability version 1.15~dev

              Best Regards
              Hardy


              Comment


              • Hardy_2016

                Thanks for pointing out the bug (it was caused by change of forum format).

                Now I have fixed the bug in:


                COLORING RANGE CIRCLES ALTERNATE RED/BLUE dump1090-mutability version 1.15~dev

                Comment


                • Good morning, Iīve upgraded to Bulleye in a clean SD card, and reinstalled everything FR24, RB24, Flightaware, Planefinder...

                  Now, when I want to see DUMP in GMAP http://IP-of-PI/dump1090/gmap.html returns a cannot acces this site_-----

                  What am I doing wrong?

                  Regards from Argentina

                  Comment


                  • Originally posted by AV8ORS View Post
                    Good morning, Iīve upgraded to Bulleye in a clean SD card, and reinstalled everything FR24, RB24, Flightaware, Planefinder...

                    Now, when I want to see DUMP in GMAP http://IP-of-PI/dump1090/gmap.html returns a cannot acces this site_-----

                    What am I doing wrong?

                    Regards from Argentina
                    Lets first check what decoder you got installed.
                    Please post output of following commands:

                    Code:
                    apt-cache policy dump1090-mutability  
                    
                    apt-cache policy dump1090-fa


                    .

                    Comment


                    • Originally posted by abcd567 View Post

                      Lets first check what decoder you got installed.
                      Please post output of following commands:

                      Code:
                      apt-cache policy dump1090-mutability
                      
                      apt-cache policy dump1090-fa


                      .

                      dump1090-mutability:
                      Installed: 1.15~dev
                      Candidate: 1.15~dev
                      Version table:
                      *** 1.15~dev 100
                      100 /var/lib/dpkg/status
                      1.15~20180310.4a16df3+dfsg-8 500
                      500 http://raspbian.raspberrypi.org/raspbian bullseye/main armhf Packages


                      dump1090-fa:
                      Installed: 7.1
                      Candidate: 7.1
                      Version table:
                      *** 7.1 500
                      500 http://flightaware.com/adsb/piaware/files/packages bullseyearmhf Packages
                      100 /var/lib/dpkg/status


                      Guess I have both. thatīs wrong right?

                      Comment


                      • Yep. One will steal it, and block the other from showing stuff.
                        Posts not to be taken as official support representation - Just a helpful uploader who tinkers

                        Comment


                        • Originally posted by AV8ORS View Post


                          dump1090-mutability:
                          Installed: 1.15~dev

                          dump1090-fa:
                          Installed: 7.1

                          Guess I have both. thatīs wrong right?
                          This is a mess

                          You must uninstall one of the two.

                          If you want to uninstalludump1090-fa, use this command:
                          Code:
                          sudo apt-get purge dump1090-fa  
                          
                          sudo rm -rf /usr/share/dump1090-fa  
                          
                          sudo reboot
                          If you want to uninstall dump1090-mutability, use this command
                          Code:
                          sudo apt-get purge dump1090-mutability  
                          
                          sudo rm -rf /usr/share/dump1090-mutability  
                          
                          sudo reboot


                          ​​​​​​​.

                          Comment


                          • Originally posted by abcd567 View Post

                            This is a mess

                            You must uninstall one of the two.


                            ​​​​​​​.
                            Which one is the best? Or which one is used by most apps?

                            Comment


                            • Originally posted by AV8ORS View Post

                              Which one is the best? Or which one is used by most apps?
                              The dump1090-fa was forked from dump1090-mutability. The author of both is same person (Oliver B. Jewett, in short known as obj). Function wise both are more or less the same. Appearance wise, dump1090-fa is better, as it is being maintained and improved by obj, but the dump1090-mutability is no more improved and maintained by obj.

                              In short, functionally, both are same, map wise dump1090-fa is better looking.


                              .

                              Comment


                              • Originally posted by abcd567 View Post

                                The dump1090-fa was forked from dump1090-mutability. The author of both is same person (Oliver B. Jewett, in short known as obj). Function wise both are more or less the same. Appearance wise, dump1090-fa is better, as it is being maintained and improved by obj, but the dump1090-mutability is no more improved and maintained by obj.

                                In short, functionally, both are same, map wise dump1090-fa is better looking.


                                .
                                Uninstalled 1090-mutability, now when I try to access my Gmap says 404 not found...
                                ????
                                Last edited by AV8ORS; 2022-02-10, 14:32.

                                Comment

                                Working...
                                X