Skip to content

Commit

Permalink
Merge pull request #1 from matesh/add_screenshots
Browse files Browse the repository at this point in the history
Add screenshots
  • Loading branch information
matesh authored Feb 14, 2022
2 parents 2e24ac2 + cda052b commit e84921d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ MQTT GUI clients, which mostly update the values of topics as they come in, in m
being able to track message exchange over time is as important as the content of
the messages themselves.

Since there is no other similar tool out there, I decided to make my own and share it with
Since I couldn't find a similar tool out there, I decided to make my own and share it with
whoever is interested. The project is written in Tk/ttk. I don't have time to learn some
fancy-pancy GUI environment, it was quick and easy to knock out, and it should run on anything
including the kitchen sink without too much pain.
Expand All @@ -60,6 +60,7 @@ The project is written in pure python, powered by the below projects:
- [Tkinter/ttk](https://docs.python.org/3/library/tkinter.html)
- [Eclipse paho-mqtt python client](https://github.com/eclipse/paho.mqtt.python)
- [xmltodict](https://github.com/martinblech/xmltodict)

That't it, nothing fancy. Give the above projects a big thumbs up!

# Installation
Expand Down Expand Up @@ -210,6 +211,15 @@ subscribe and publish history will be imported, as well as the saved message tem
There is a built-in log feature to show any exceptions/debug information, let me know if you see something
unusual there.

Subscribe interface
![Subscribe interface](/assets/subscribe.png)

Publish interface
![Publish interface](/assets/publish.png)

Configuration interface
![Configuration interface](/assets/configuration.png)

## Planned features
### V1.1
- Export and import MQTTk configuration
Expand All @@ -222,6 +232,7 @@ unusual there.

### V1.3
- Broker stats tab
- MQTT 5.0 features

# Building the app from source
## pypi package
Expand Down
Binary file added assets/configuration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/publish.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/subscribe.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e84921d

Please sign in to comment.