Live data from Hacker News

ADS-B Exposed

adsb.exposed

51–60 of 87 posts

Re: ADS-B Exposed

#52
post #33

Earlier quoted context omitted.

You can get containerized feeders for services like fr24 (e.g. liggy1/fr24feed) but that may not meet your requirements since it's really intended to handle everything from the sdr to the API, not siphon off data you are collecting some other way and then feed it.

Yeah I definitely don't want to run an opaque container either. We're already collecting and storing the data... I am happy to throw the data over via a udp socket or http request, but I don't want random software that we don't control running...

I had the same concerns awhile back and ending up running a slightly modified version of https://github.com/wiedehopf/mlat-client -- not quite as simple as an http push, but much simpler than a containerized feed client.

Re: ADS-B Exposed

#53

Earlier quoted context omitted.

https://airplanes.live/get-started/ (other sites are corporate or have sold out [adsbexchange], happy to contribute reasonable costs to get a feed, no affiliation, I just like sensor feeds, thank you for the offer and consideration)

What's the story behind adsbexchange selling out?

https://old.reddit.com/r/ADSB/comments/10l2euc/adsb_exchange...

https://www.jetnet.com/resources/press-releases/jetnet-acqui...

https://old.reddit.com/r/ADSB/comments/17pq14p/best_adsb_fli...

https://www.documentcloud.org/documents/23963235-golden-hamm...

Re: ADS-B Exposed

#54
post #19

We have a an ADS-B receiver at Summit Station in Greenland which we use to track airplanes that produce RFI we see in our experiment. I've considered sharing data (since nobody else seems to have data there) but the feeding instructions always scare me (run this script that downloads a bunch of random crap as sudo... no thanks). Please just give me a cURL command I can run... (perhaps some services have that, I haven…

sdr-enthusiasts [0] produces some very nice self-contained Docker images as an alternative to the `curl | sudo bash` style of install script that plagues a lot of the ADSB ecosystem.

most likely all you need is their "ultrafeeder" [1,2] image.

0: https://sdr-enthusiasts.gitbook.io/ads-b

1: https://sdr-enthusiasts.gitbook.io/ads-b/foundations/deploy-...

2: https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder

Re: ADS-B Exposed

#55
post #9

Very cool project. Little bit of trivia regarding the "strange hole near Mexico City"[1] from the README. This is a 12-kilometer exclusion zone around the highly active Popocatépetl volcano to prevent incidents stemming from volcanic activity. [1] https://adsb.exposed/?zoom=9&lat=19.1139&lng=261.3813&query=...

that's interesting how it's not really centered like my mind assumed it would be

Re: ADS-B Exposed

#56

Over in r/ADSB, someone recently posted a 3D visualizer of live ADS-B data: https://objectiveunclear.com/airloom.html . A nice alternative to the standard 2D maps we're used to.

Reminds me of the galaxy view in No Man's Sky. Very cool. It's also the type of visualisation I'd imagine would be perfect seen through the lens of a Vision Pro or similar.

Re: ADS-B Exposed

#57
post #43

Thanks for posting! I've recently added more datasets, "Places", "Birds", "Photos", and "You". Also, a hint - the rectangular selection tool lets you generate custom reports for a location.

what's going on around colorado springs with these shapes? https://adsb.exposed/?dataset=Planes&zoom=9&lat=38.2165&lng=...

The ”race tracks” are left- and right-hand traffic patterns for arriving aircraft and touch-and-go training, typically used by smaller aircraft. The polylines going from airport to the surroundings are IFR (instrument flight rules) STARs (standard terminal arrival routes) for inbound/outbound planes; each vertex in the line corresponds to a so-called navigation star which usually has a 5-letter name.

Re: ADS-B Exposed

#58
post #9

Very cool project. Little bit of trivia regarding the "strange hole near Mexico City"[1] from the README. This is a 12-kilometer exclusion zone around the highly active Popocatépetl volcano to prevent incidents stemming from volcanic activity. [1] https://adsb.exposed/?zoom=9&lat=19.1139&lng=261.3813&query=...

Another strange hole over Havana

https://adsb.exposed/?dataset=Planes&zoom=10&lat=23.0304&lng...

And interesting spotted patterns around some air force training bases (Vance and Sheppard):

https://adsb.exposed/?dataset=Planes&zoom=7&lat=34.7605&lng=...

Re: ADS-B Exposed

#59
post #36

Earlier quoted context omitted.

https://airplanes.live/get-started/ (other sites are corporate or have sold out [adsbexchange], happy to contribute reasonable costs to get a feed, no affiliation, I just like sensor feeds, thank you for the offer and consideration)

I appreciate the information! And yes, the fact that most sites are corporate makes me really distrustful of running random scripts from them. This is sort of an example of what I'm talking about though, this script seems to install a bunch of random stuff but what I really want is an API to incorporate into our own recording process. As far as I can tell from a brief look, this binary (?) is downloaded from somewher…

I have to dive in a bit more to give good and specific guidance/context, but fundamentally, your system will require a shim to "speak" $UAT_SOURCE and the output this would expect, assuming the source was an sdr. Want help writing the code for this? Specs to build requirements RNO-G in -> SDR out are welcome.

https://airplanes.live/hardware/

https://sdr-enthusiasts.gitbook.io/ads-b/ might also be of value.

Post reply on HN