I am hoping to seeing new image for ADSBx + PiAware for the Raspberry Pi 3B+. The previous version (Raspbian Jessie) is not working with NEW Raspberry Pi 3B+. Best regards to the developer from this group. Thank you.
I'm no longer trying to build an image for ADSBx, not enough time to test it properly. James is working on new versions, but is more focused on ADSBx only than ADSBx + PiAware. You can always add FA to ADSBx, opposite way is more complicated. I prefere to build everything by myself, not extremely difficult. After that I know what is installed and can try to keep everything under control (try ). Wait for answer from James. Powodzenia Marcin
Hello Marcin, Thank you for the reply and confirmation. I am looking for ADSBx + PiAware is because its dump1090-fa supports --modeac feature and for the dump1090-mutability, seems not supported as I did ask the developer (dump1090-mutability for the feature and he ask me to use the dump1090-fa which has this feature. For the ADSBx itself is using dump1090-mutability with the features which is with all the graphs in the dashboard. If I disable the dump1090-muta and install the dump1090-fa, all the graphs features no longer works. Anyway, thanks again for the info. I will use official PiAware then installed the ADSBx using the commands. Sometimes it will conflicted and not run after systems rebooted. I am looking forward to hearing good news from you soon. Thanks in advance. Regards, Sai Hou
You have to update paths in case you want to use dump1090-fa. It will work. I'm not able to describe what has to be changed (not at home and using only mutability). Look at thread https://www.adsbexchange.com/forum/threads/how-to-monitor-your-feeds-from-mobile-device.621696/ In script you can find path to dump1090-fa. Modify Prometheus script. If simplier local stats are acceptable try adsb-receiver project. You can choose dump version and feeders to sites you want to feed. https://github.com/jprochazka/adsb-receiver Marcin
It's because FA changes how they do things with that fa build of dump1090. I can look into it but I'd rather not get stuck supporting a FlightAware image that FlightAware breaks other feeders every update. https://github.com/mutability/dump1090/blob/master/dump1090.c mutability supports --modeac as far as I know. v1.28 as far as I know has the flag in adsbexchange-dump1090_maint.sh --modeac su pi -c '/usr/bin/dump1090-mutability --modeac --quiet --net --ppm 0 --fix --lat .... over ssh htop then check
Its okay, just a proposal for the updates of new ADSBx + PiAware image for Raspberry Pi 3B+. If only have free time then try into this matter. Thanks for both Administrator's reply. Recently I just re-flashed the new image 3.6.2 / 3.6.3 into the SD card with running the ADSBx script and this time it works after each reboot. Code: sudo apt-get install git git clone https://github.com/adsbxchange/adsb-exchange.git cd adsb-exchange chmod +x setup.sh sudo ./setup.sh Anyway, thanks again for the great help.
Oh you want to update the 3.5.3+ image that is up there. I can get Dan to do it or I can. FA broke a bunch of stuff and .. ugh..
Now FA already released version 3.6.3 image which have lot of changes to their dump1090-fa with default address of "Pi_IP_Addr/dump1090-fa/#extended". More aircraft data / info show while click on it.
Yeah ... and they likely won't let oliver back port it. Meh. FlightAware pushing everyone to upgrade to use FlightAware ... ugh https://github.com/mutability/dump1090/commit/0ec2dd8915b7adcb6cb5925d2ac3bef74f159335 @@ -1,3 +1,15 @@ # HEY, THIS IS OLD CODE This fork sees very little maintenance and is really only here for historical reasons. I'd strongly recommend using dump1090-fa (https://github.com/flightaware/dump1090) instead as that is where current development is happening. I can't provide support for this fork. Historical readme follows..
No problem James. No rush. Take it easy. If there is any ADSBx issue which cannot run smoothly / automatically after reboot, I will request for help how to get it set with crontab / init.d if available for ADSBx to run. Cheers Pal.
That code should have added startup to rc.local however since you are using FlightAware image, who knows what they are doing and why ADSBx won't start on boot.
Install zerotier and join our network I can look at it. curl -s https://install.zerotier.com/ | sudo bash sudo zerotier-cli join 35c192ce9bddecef
Hi James, Currently the ADSBx start on boot, also clueless with new image install. Anyway, if there anything happen that ADSBx won't boot, I will add the code to rc.local. But what code to be added into the rc.local? Thanks.
if it starts on boot, no need to add anything. If it's working leave it alone. It is 2 bash scripts .. one uses socat to send localhost:30005 to feed.adsbexhange.com port The other installs and uses MLAT client ... if you intentionally uninstalled socat then probably wouldn't work.
It should all work nicely then. If you want me to take a look - just install zerotier. curl -s https://install.zerotier.com/ | sudo bash sudo zerotier-cli join 35c192ce9bddecef
Yea, if anything happen that I cannot solve, then I will install the zerotier and inform you to help me check on it. Thanks for the help.
https://www.adsbexchange.com/forum/threads/install-dump1090-fa-from-base-raspbian-image-ssh.623994/ I wrote a tutorial on setting up a Pi from scratch.