Trouble with new feed

Discussion in 'Feeding' started by kd9fov, Nov 25, 2019.

  1. kd9fov

    kd9fov New Member

    Greetings all. I am currently feeding from a pi to RadarBox and it works great but I'd like to add to the Exchange as well since my feed is live 24/7

    I've followed the steps for installing on my Pi but am not feeding per /myip/. I believe it to be an IP issue but am not savvy enough to figure out how to fix it. Any assistance would be welcome.

    ps the ip showing on /myip/ isn't the device ip. Router assignments?
     
  2. MDA

    MDA Administrator Staff Member

    Try on Pi:
    Code:
    curl -s https://www.adsbexchange.com/myip/  | json_pp --json_opt=canonical,pretty | perl -ne 's/(\d{1,3})\.\d{1,3}\.\d{1,3}\.(\d{1,3})/\1.x.x.\2/g;print'
     
  3. kd9fov

    kd9fov New Member

    "age7" : "33m5s",
    "outlines" : "7",
    "rt7" : "68.x.x.228 MLAT_front:31090 MLAT_back_2B mlat-b-2",
    "ua" : "curl/7.52.1"


    This might have done the trick!
     
    Last edited: Nov 25, 2019
  4. James

    James Guest

    Your feed is only partially working. What is the IP of the Internet connection for the feeder?

    You should see one entry for beast and one entry for MLAT.

    13 lines at minium - give or take.

    dump1090 must have port 30005 enabled.

    ADSBx feeder script connects to your localhost dump1090 port 30005 and sends to ADSBx servers.

    If you install that stats script AFTER you install the ADSBx feeder, you will get a link on the /myip page to your uuid.

    https://github.com/adsbxchange/adsbexchange-stats
     
  5. kd9fov

    kd9fov New Member

    The direct ip is 10.0.0.214. I've reinstalled but looks the same.

    ● adsbexchange-stats.service - ADSBexchange Stats
    Loaded: loaded (/etc/systemd/system/adsbexchange-stats.service; enabled; vend
    Active: activating (auto-restart) (Result: exit-code) since Mon 2019-11-25 20
    Process: 6153 ExecStart=/usr/bin/json-status (code=exited, status=3)
    Main PID: 6153 (code=exited, status=3)

    Nov 25 20:48:58 xpi systemd[1]: adsbexchange-stats.service: Failed with result '
    lines 1-7/7 (END)
     
    Last edited: Nov 26, 2019
  6. James

    James Guest

    hmmm .. I pushed some updates today too .....

    redownload from git

    ALSO

    That stats has nothing to do with your feeder sending data to ADSBx - It's just for the coming dashboard as an option.

    For not having 13 lines of output

    one MLAT
    one BEAST

    That's https://github.com/adsbxchange/adsb-exchange

    My guess is you don't have dump1090 running with an open port 30005 or you have some other issue

    Checking status
    Display MLAT config

    cat /etc/default/adsbexchange

    Systemd Status
    sudo systemctl status adsbexchange-mlat

    sudo systemctl status adsbexchange-feed

    Restart
    sudo systemctl restart adsbexchange-feed

    sudo systemctl restart adsbexchange-mlat