New raspberry pi

Discussion in 'Feeding' started by vtec23, Jan 31, 2019.

  1. MDA

    MDA Administrator Staff Member

    Connect, login to Pi and run
    Code:
    sudo raspi-config
    
     
  2. ok done that
     
  3. MDA

    MDA Administrator Staff Member

  4. MDA

    MDA Administrator Staff Member

    SSH should be enabled, test connection from other PC.
    When ready run
    Code:
    sudo apt update
    sudo apt install git socat
    git clone https://github.com/adsbxchange/adsb-exchange.git
    cd adsb-exchange
    chmod +x setup.sh
    sudo ./setup.sh 
     
    Richard Finnis likes this.
  5. OK I have completed this, I will try putty again. Thank you again.
     
  6. Working great - fantastic! Thankyou.
     
    James likes this.
  7. MDA

    MDA Administrator Staff Member

    Thanks for feeding :)
     
  8. At my home location I am surrounded by hills but to the west there are mountains and my reception in that direction is poor compared to the east.
    I am thinking of getting a 2nd raspberry pi and constructing a yagi antenna to try and improve my reception from the west.
    In order to get the best from the yagi it will need orientating correctly.
    If I want to see a custom feed I realise I have to direct my feed to feed.adsbexchange.com on a particular TCP port number.
    Where do I find " feed.adsbexchange.com"?
     
  9. James

    James Guest

  10. Thank you for the reply James.
     
  11. James

    James Guest

    Figure it out?
     
  12. Trying it now - things cropped up last night - will let you know.
     
  13. I have filled in the form to claim a port, adding my lat and long etc. I am not sure where
    I actually change the port number to match what I have claimed.
     
  14. James

    James Guest

    So you claimed a port without actually having a Pi sending data to it? :D

    change in /home/pi/adsbexchange/adsbexchange-netcat_maint.sh

    or just re run the ./setup.sh

    fill everything in and when it asks for 30005 port ... put in custom port
     
  15. James I have re-run the ./setup.sh and hopefully claimed the custom port.