klawr / mqtt-inspector

MIT License
2 stars 1 forks source link

Save publish commands #4

Closed klawr closed 7 months ago

klawr commented 7 months ago

Problem Description Some publishes might be done more than once. It is annoying to write topic and payload down all the time.

Proposed Solution Implement a handler for lists that can be loaded and broadcasted to the clients. This list would then hold various {topic, payload, broker} tuples that can be clicked. The user has to be able to modify that list.

Additional Context The list can also be modified and shared using docker mounts.

klawr commented 7 months ago

Implemented in a51f331c0873bccbce738b5fbd849e7aacd6633f