Help with ADS-B Exchange Setup Scripts on Radarcape

Discussion in 'Feeding' started by breda91, Jan 2, 2022.

  1. wiedehopf

    wiedehopf Administrator Staff Member

    That actually looks pretty good.

    What is /myip saying?

    What is the log for the mlat-client saying:

    Code:
    sudo journalctl -u adsbexchange-mlat | tail -n30
    
     
  2. breda91

    breda91 New Member

    Attached Files:

  3. wiedehopf

    wiedehopf Administrator Staff Member

    That looks fine.

    You can remove the first RESULTS line from /etc/default/adsbexchange to get rid of it trying to connect to 30104
    This line:
    Code:
    RESULTS="--results beast,connect,localhost:30104"
    
    You can also check you sync (which should be fine): https://map.adsbexchange.com/mlat-map/
     
  4. breda91

    breda91 New Member

    Thank you for all the help wiedehopf and foxhunter