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?
> 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.