Topic Readme

Not connected, not receiving live data

Stats

The number of flights seen in the last 15 minutes can be found here

The number of messages in the queue of the sender can be found here (should be 0).

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

Last message

Not connected, not receiving live data

No retained message

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/stats \
  -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/stats

Topic Stats

Messages Sent in Current Minute

0

Messages Sent in Last Minute

0

Messages Sent in Current Hour

0

Messages Sent in Last Hour

0

Messages Sent Today

0

Messages Sent Yesterday

0

Last Message Published

Grand Central Message Broker © huditech 2026. All rights reserved