[WORKING] New ADSBExchange base image v1.0

Discussion in 'Feeding' started by James, Dec 31, 2017.

Tags:
  1. Thomas

    Thomas New Member

    Hi Guys,
    does anybody know, where I might get the dump1090 source code for the dump1090-mutability executable running in this image?
    There a 'thousand's' of dump1090 out there on github, but which one is the corretc one?

    Thomas
     
  2. MDA

    MDA Administrator Staff Member

    Hi
    This is probably right one, clone it with
    Code:
    git clone https://github.com/mutability/dump1090.git
     
  3. W6CZ

    W6CZ New Member


    Hmmmm - doesn't seem to be working for me. Is this still valid? I'd also like to adjust the dongle gain down to avoid overload with the preamp.
     
  4. James

    James Guest

    oh ....
    so on our image ...

    edit ... adsbexchange-dump1090_maint.sh


    There's a while loop that keeps it running if it crashes ... edit the su pi -c 'blah blah blah' to change gain


    while true
    do

    export MLATITUDE=$MLATITUDE
    export MLONGITUDE=$MLONGITUDE
    echo -e '\n\n /usr/bin/dump1090-mutability --modeac --quiet --net --ppm 0 --aggressive --fix --lat' ${MLATITUDE} '--lon' ${MLONG$
    su pi -c '/usr/bin/dump1090-mutability --modeac --quiet --net --ppm 0 --fix --lat $MLATITUDE --lon $MLONGITUDE
    sleep 30

    done
     
  5. K4HLW

    K4HLW Moderator

    Any plan to update the image with all the fixes? New Install on a 3 B+ just errors with a bunch of "No Binary Formater Available."
     
  6. James

    James Guest

    That mean's everything is fine.

    that's not an error. It's promethues being talky ... I need to shoot all this shit to /dev/null so people that stare at logs will STFU.
     
  7. K4HLW

    K4HLW Moderator

    LOL, Wasn't staring at logs was waiting for a command prompt so I could log in and get the IP.
     
    James likes this.
  8. James

    James Guest

  9. vtec23

    vtec23 Moderator

    This problem has started to happen to me mlat dropping out receiver name was ashington and 1.26 vlan has been added not by me I live 10 miles from EGNT ..... in Ashington
     
  10. James

    James Guest

    1.26vlan and a few chars from mac are added automatically because some people don't bother to even fill out the config.

    so we get stuff like this ...

    Screenshot_2019-06-25_07-22-04.png
    Screenshot_2019-06-25_07-22-58.png
    Screenshot_2019-06-25_07-24-39.png
     
  11. vtec23

    vtec23 Moderator

    Thanks for replying James I’ve received my new pi 3 and power supply I will boot them later are you available to remote access later tonight
     
  12. James

    James Guest

    sounds good!
     
  13. vtec23

    vtec23 Moderator

    Okey dokey thanks I’m on now feeding my ip is 192.168.1.30 Ashington
     
  14. James

    James Guest

  15. vtec23

    vtec23 Moderator

    8478D763-5422-4446-B336-DE5D098E3EDC.png No WiFi I’m connected by cable to tp link for feeding think I need to configure raspberry pi
     
  16. MDA

    MDA Administrator Staff Member

    Is it 3B+? If yes wifi country has to be set.
     
  17. vtec23

    vtec23 Moderator

    HiMarcin

    How do I do it or can you
     
  18. MDA

    MDA Administrator Staff Member

    sudo raspi-config -> 4.Localisation Options
    upload_2019-6-25_18-55-43.png
     
  19. James

    James Guest

    that may or may not do it ...

    the ADSBx custom image manually writes out wpa_supplicant
     
  20. James

    James Guest

    You need to edit the following file for the 3B+ .... next image update will hax it in ..

    add

    country=GB\n\n

    Screenshot_2019-06-25_10-06-36.png