Skip to content

Commit

Permalink
Siri shortcuts (#146)
Browse files Browse the repository at this point in the history
* prepare siri shortcuts

* move model

* move mqtt

* move persistence

* publish messages with siri shortcuts

* publish messages with siri shortcuts

* update version

* bundle fix

* support retained messages

* improve publish message intent

* receive

* receive messages

* versions

* clean-up

* update welcome screen

* update version
  • Loading branch information
philipparndt authored Apr 23, 2022
1 parent 3e63f15 commit b342894
Show file tree
Hide file tree
Showing 89 changed files with 2,418 additions and 322 deletions.
37 changes: 22 additions & 15 deletions Docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,28 @@ subscribe to a topic. It is written in Swift using SwiftUI.
This App is open source, contributions are welcome.

Features:
- authentication with username/password or client certificates
- connect using MQTT or Websocket
- support for SSL/TLS
- support for self signed certificates
- create multiple broker settings
- messages are grouped by topic
- search/filter/focus-on for topics
- json highlighting and pretty printing
- publish messages
- publish json messages with a form
- sync settings using private iCloud database
- pause the connection
- connect to multiple brokers at once
- totally free and no ADs
- open source
- Authentication with username/password or client certificates
- Connect using MQTT or Websocket
- Support for SSL/TLS
- Support for self-signed certificates
- MQTT 3.1.1 and MQTT 5
- Siri shortcuts for publish and receive 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


# TestFlight

Expand Down
Loading

0 comments on commit b342894

Please sign in to comment.