ADS-B working great with data from separate device! #2839
AlaskanAstro
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've been running a separate raspi on my network for a long while and just recently figured out how to add it into INDI-AllSky. I'm using the fantastic adsb.im feeder image that makes it trivial to send your adsb data to pretty much every provider out there as well as adds some great functionality like stats pages and ability to easily add other tracking like ACARS or weather sonde balloons. It really is just load their image on an SD card, boot the pi, then configure some login stuff and you're running.
Here's a nice typical capture with the aircraft info at the bottom.
My label template if anyone would like to copy:
{id:s} {distance_mi:0.0f}mi {dir:s} {elevation_ft:0.0f}ft MSL {alt:0.1f}°elevAnd if you use the adsb.im image, the Dump1090 url for INDI's config is (obviously changing to your IP)
http://192.168.1.60:8080/data/aircraft.jsonBeta Was this translation helpful? Give feedback.
All reactions