Feeding Help / Delay?

Discussion in 'Feeding' started by Mryyc, Jan 26, 2018.

  1. Mryyc

    Mryyc New Member

    Hi all,
    I've been running PiAware for a while and came across this exchange and wanted to feed data. I've followed the instructions for SSH since I didn't want to harm anything with my exisitng PiAware feed, I got a success message but I'm not seeing my data in the global feed. I found a /logs/ folder in my installation folder but it's empty, I tried running the MLAT maintenance script and it said I was already connected, so seems good? I also see the outbound connection alive in netstat.

    Can anyone point towards a debugging step, or does it just take some time for a new feeder to integrate?
     
  2. James

    James Guest

    Did you use a custom ADSBexchange port? What's you Pi name - can you find yourself in the sync matrix?

    We have a custom image that is piaware based. Easier than using setup script and more reliable.

    https://www.adsbexchange.com/piaware-image/

    Save your piaware-config.txt

    DON'T JUST COPY FILE OVER AND OVERWRITE. YOU NEED ADSBEXCHANGE.COM SPECIFIC STUFF IN THERE.

    EDIT IT PLEASE.

    Piaware custom ADSBexchange image has ADSBexchange specific stuff at the end of the piaware-config.txt

    Copy your config items over from old piaware-config.txt and fill out the appropriate adsbexchange fields. Boot and it should work.

    ALWAYS BACK UP YOUR piaware-config.txt

    Example of adsbexchange specific items is here.

    Code:
    #####
    # ADSBEXCHANGE.COM CONFIGURATION ITEMS
    ######
    
    
    # To better facilitate tech support, troubleshooting
    # and upgrades, This image from ADSBexchange allows remote
    # access into your Raspberry pi by ADSBexchange
    # personnel.
    # If you wish to disable this for any reason,
    # delete the # from the line below.
    
    adsbx-allow-remote yes
    
    # ADSBEXCHANGE LOCATION CONFIGURATION
    #
    # Assuming the PiAware receiver location is set properly
    # on Flightaware's Website (http://flightaware.com/adsb/piaware/claim),
    # that location will be used.
    # To override that location for ADSBexchange MLAT calculations, delete
    # the leading # from the lines below, and enter your LAT/LON coords.
    #
    # North latitude is positive, south latitude is negative.
    # East longitude is positive, west longitude is negative
    #
    # Example: Coordinates for London, England are
    # Latitude: 51.50653
    # Longitude: -0.07270
    #
    
    # adsbx-lat 51.50653
    # adsbx-lon -0.07270
    
    # ADSBEXCHANGE MLAT map nickname
    #
    # If you want a specific name for your station on the map, enter it here
    # and delete the #.  The last six digit of the pi MAC/Serial # will be
    # appended to ensure uniqueness.
    
     adsbx-nickname youpickname
    
    # If you wish to use ADSBexchange.com "Custom Feeds", specify your
    # feeder id / port number below. Be sure to delete the # at the
    # beginning of the line.
    # This allows you to view a screen with _only_ your receiver on the ADSBexchange
    # website.
    #
    # More info here: https://www.adsbexchange.com/how-to-feed/custom-feed-how-to/
    
     adsbx-feederid 30005
    
    # If you have a second dongle and wish to also receive 978 Mhz transmissions
    # (Currently only useful in the US). Change "no" to "yes" below and
    # optionally define a feeder id/port for 978 transmissions on a second
    # "custom feed".  Do NOT use the same port you specified above.
    # Pick a different one.
    # Note, this typically requires a second RTL-SDR stick. Device ID 1
    # will be used.
    
    send978 no
    #adsbx-978feederid 30005
    
    # Totally optional, but if you'd like to provide your email address
    # for ADSBexchange to get in touch with you in case of difficulties
    # you can provide it here.
    
    adsbxemail [email protected]
    
    # Additional settings can be added below.
    
    
    

    PS: I have a custom image that only feeds adsbexchange.com if you get tired of FlightAware.

    https://www.adsbexchange.com/forum/threads/new-adsbexchange-base-image-v1-0.618988/

    Thanks for feeding!
     
  3. Mryyc

    Mryyc New Member

    Thanks for this - my pi name is Mattryyc-01 - I am showing up in the synchronization matrix, but I was looking in the Custom Feed dropdown filter list. If I'm in the syncronization matrix can I assume that means I'm feeding data?
     
  4. MDA

    MDA Administrator Staff Member

    Hi
    You're able to feed MLAT data (but your receiver is not synchronised with any other).
    There are no flight data from your area so probably custom feed is not working properly.
    Which port are you feeding?

    EDIT: you are feeding 30005.
    For custom feed you have to select free port from range 51xxx
     
    Last edited: Jan 27, 2018