MQTTAnalyzer is an iOS App that allows you to connect to your MQTT Broker and subscribe to a topic. It is written in Swift using SwiftUI.
This App is open source, and contributions are welcome.
- Authentication with username/password and/or client certificates
- Connect using MQTT or Websocket
- Support for SSL/TLS
- Support for self-signed certificates
- MQTT 3.1.1 and MQTT 5.0
- Siri shortcuts for publishing and receiving messages
- Create multiple broker settings
- Subscribe to multiple topics
- Folder and flat view
- Messages are grouped by topic
- Fulltext search for topics and payload
- JSON highlighting and pretty-printing
- Publish messages
- Publish JSON messages with a form
- Sync settings using a private iCloud database
- Pause the connection
- Connect to multiple brokers at once
- Hex view for binary payload
- Predefined settings for AWS IoT
- Free and without any ADs
- Open source
The goal is to provide a great application for smart home development and give a good overview of the most recent and old payloads on an MQTT broker.
- The application should work with any backend MQTT broker.
- No other backend services are necessary to execute this application.
- The latest version of macOS, iOS, and iPad OS are supported. Older versions are only supported by using an older version of the application. This is necessary to reduce the development overhead in fixing and testing older versions.
Providing the best front end for controlling your smart home is not a goal. Every feature that will require extra backend services for push notifications is out of the scope of this application.
You can TestFlight the latest beta version using this link: https://testflight.apple.com/join/dsvlFCPU
see Create a certificate for AWS IoT
see Traefik + Mosquitto + Let's Encrypt
see mutual-tls
Description | Command |
---|---|
Update pod repos | pod repo update |
Install / update pods | pod install |
Execute test cases | run-tests.sh |
Set new version | ./set-version.sh 2.12.0 |