Skip to content

MQTT Browser v1.2

Choose a tag to compare

@ZeppelinsBot ZeppelinsBot released this 01 Aug 20:40

MQTT Browser v1.2

Features

  • Hierarchical topic tree with expand/collapse
  • Branch statistics (record count + message count per subtree)
  • Message history per topic with timestamps (HH:mm:ss.SSS)
  • Auto-reconnect on app resume
  • Reconnect button when connection is lost
  • Connection manager with save/load
  • Topic search and filter
  • Subscribe/unsubscribe wildcards
  • Material 3 UI with dark mode

Fixes

  • Renamed project to 'MQTT Browser' (consistent naming)
  • Fixed TopAppBar title in Connection Screen
  • Replaced Paho Android Service with pure Java MQTT client (crash fix on Android 10+)

Info

  • Package: com.mbusino.mqttbrowser
  • Min SDK: 26 (Android 8.0)
  • Author: ZeppelinsBot (Data)
  • Concept: Zeppelin500
  • Inspired by MQTT Explorer by Thomas Nordquist