I’ve just setup my PiAware on a RPi3 using the fresh install method. I have captured a few planes here and there, but it’s not really that good so far. I suspect it’s because I’m in the middle of the CBD and there is a lot of buildings blocking my signal (I’m on the 10th floor). NOTE: I am running this device locally only, at this stage I can’t connect it to the internet.
A few things I’m trying to do:
Watch data captured on a SSH console, how do I do this?
How do I set my lat, lon? Do I somehow edit it into the startup flags for dump1090-fa?
How do I change the start-up flags for dump1090-fa?
data captured you can see using command in console ./dump1090, i dont no what fresh installation you mean but location you can set running config installation again or in flightaware website unter your adsb page.
cheers
For a table view, try “view1090-fa”
For just the messages themselves (this will be verbose!) try “view1090-fa --no-interactive”, or “view1090-fa --show-only ABCDEF” to show only messages from address ABCDEF
How do I set my lat, lon? Do I somehow edit it into the startup flags for dump1090-fa?
Set your location on your stats page here: flightaware.com/adsb/stats/user/blakemcleod (looks like you have already done that)
Then restart piaware (sudo systemctl restart piaware) and it will notice the new location, update the dump1090-fa configuration and restart it.
edit: this obviously won’t work if you can’t get an internet connection. There’s no particularly simple way to fix that, but if you can get it connected once then it will remember the location thereafter.
How do I change the start-up flags for dump1090-fa?
On the sdcard image, the dump1090-fa options in /etc/default/dump1090-fa are machine-generated from the piaware configuration, so you can’t (easily) change them directly (any changes will get clobbered on restart)
Awesome, thanks for that! Is there a way I can keep the messages in history for longer?
I managed to do this by editing the config.js file
I have a fair bit of software developer experience, are you able to point me to the piaware configuration to modify this? I’m logged in using PuTTy.
A new query, when I put in my Bing API key, the interface doesn’t load up. It just has the loading wheel. I’m running 3.1.0, just updated last night and it was fine before.
How do I alter the PiAware device to not delete historical planes? I would like to map out every plane captured on the day so I can eventually work out my maximum range I’m getting without having to watch it all day.
I would like the PiAware map to also keep planes listed even though they’re long gone.