Announcement

Collapse
No announcement yet.

Multiple feeding on RPi

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

  • #31
    Originally posted by wb0rur View Post
    ....However, this time when I "customized the dump1090 gmap, instead of the signal strength in the RSSI column which I added, I am seeing the letters "RSSI" there (instead of the signal strength numbers). I guess I must have fat fingered something? I've re-edited it a couple times with the same results. What am I missing?
    You have not mentioned it, but It seems that you are referring to method in Post #10 of thread "How to Install dump1090-mutability 1-15-dev-on-RPi".

    Try Clear browser cache (Ctrl+Shift+Delete) and Reload Browser (Ctrl+F5).
    If above does not solve the problem then:

    (1) Do NOT type, instead COPY-PASTE the lines of code to be added.

    (2) You have to add 4 lines of codes at 4 different locations as shown in red color. Check to make sure you added all the 4 lines, and at correct locations.
    Last edited by abcd567; 2019-03-03, 05:23.

    Comment


    • #32
      A lot of what is here is old information. Here's what I am doing with my RPi 3B in January, 2020 to feed 3 sites: FA, FR24 and ADSBx.

      Install FlightAware first. Also install dump1090-fa from their install page: https://flightaware.com/adsb/piaware/install
      Do all of the commands in black boxes. Then, when it is running, go claim your feeder.

      Then install FR24 from this page: https://www.flightradar24.com/share-your-data
      with this command: sudo bash -c "$(wget -O - https://repo-feed.flightradar24.com/install_fr24_rpi.sh)"

      When it says it cannot find dump1090, don't worry. Later it will find it. When it asks for automatic finish, say YES. It will connect up with dump1090-fa.

      Then install ADSBx with the script method from this page: https://www.adsbexchange.com/how-to-feed/#scriptmethod

      sudo apt-get install git
      git clone https://github.com/adsbxchange/adsb-exchange.git
      cd adsb-exchange
      chmod +x setup.sh
      sudo ./setup.sh

      I stopped there. I assume it is feeding ADSBx. They are quite tight lipped about your feeder statistics.

      Mike Morrow

      Comment


      • #33
        I stopped there. I assume it is feeding ADSBx. They are quite tight lipped about your feeder statistics.

        Will show if you are connected and feeding.

        Sync Status:

        Find your Region and look for your feeder

        Beta STATS:
        ADSBexchange.com Statistics Beta. Contribute to adsbxchange/adsbexchange-stats development by creating an account on GitHub.

        Go to Step 2 if you already installed ADSBx.

        Link to the aircraft being uploaded on the "myip" page along with a map viewer of just your aircraft.

        Comment


        • #34
          The automatic detection by FR24 uses AVR instead of the beast protocol.
          This option doesn't work reliably for some reason and you won't be able to do FR24 MLAT.

          After installing FR24, just run this script, it will correct the FR24 settings to beast:
          https://github.com/wiedehopf/adsb-sc...or-dump1090-fa

          This can also fix the case when you have for whatever reason chosen DVB-T when installing FR24.

          In case you want an automatic gain adjustment and a choice in webinterface, this does the trick:
          https://github.com/wiedehopf/adsb-sc...for-dump1090fa
          Components are also installable individually if dump1090-fa is installed.

          Comment

          Working...
          X