Feeding to a linux running apache

Discussion in 'Feeding' started by CountryEd, Sep 16, 2020.

  1. CountryEd

    CountryEd New Member

    Hey folks,
    I have ADS-B running at home on my Raspberry Pi sharing with ADSB Exchange. Is there a method to set up a website on apache that will pull from my home ADBS or grab from ADSB Exchange?
     
  2. James

    James Guest

  3. jdubner

    jdubner Member

    > I have ADS-B running at home on my Raspberry Pi sharing with ADSB Exchange. Is there a method to
    > set up a website on apache that will pull from my home ADBS or grab from ADSB Exchange?
    It's a matter of obtaining a feed, inserting records into a database, and retrieving those records and displaying them in the form of a web page. I do this with a feed from ADSB-X (although I'm developing a feed from my own Pi), MySQL, Apache and Perl. Not simple but not rocket science either.

    You can see it in action here.