adsb

Public

Child Topics

flights
stats

Readme

Not connected, not receiving live data

ADS-B

This project contains the live positions of aircraft collected via ADS-B data. The data originates from ADSBHub.

Stats

In the last 15 minutes, data from ? flights was received.

Format

Latitude and longitude information can be found in the following topics: adsb/adsb/flights/{callsign}/location. The format on that topic is: {latitude},{longitude}, e.g. 51.5074,-0.1278.

Terms of use

Based on the terms of use of ADBSHub:

There are no restrictions on how the users will use the data. Everybody is allowed to publish the data for free or to use it for commercial purposes.

Readme fromĀ https://github.com/stefan-hudelmaier/adsb/blob/main/gcmb/README.md

Clients

Publish data:

mosquitto_pub \
  -h gcmb.io \
  -p 8883 \
  -i CLIENT_APP_ID/pub \
  -u CLIENT_APP_ID \
  -P CLIENT_APP_SECRET \
  -t adsb/adsb/sometopic \
  -r \
  -m "test"

Subscribe to data:

mosquitto_sub \
  -h gcmb.io \
  -p 8883 \
  -i CLIENT_APP_ID/sub \
  -u CLIENT_APP_ID \
  -P CLIENT_APP_SECRET \
  -t adsb/adsb/sometopic

About

ADS-B location data from flights around the world

Repository

https://github.com/stefan-hudelmaier/adsb

Messages Sent in Last Minute

11,023

Messages Sent in Current Hour

41,219

Messages Sent Today

3,528,856

Last Message Published

2025-06-29 06:03:07

Grand Central Message Broker Ā© huditech 2025. All rights reserved