Skip to content

Releases: embeddedTS/mqtty

v0.1.9

03 Jun 23:27

Choose a tag to compare

Adds support for -l to probe an mqtt base url for available endpoints, and to set human readable paths in the config file.

v0.1.7

27 Apr 22:17

Choose a tag to compare

mqtty-log: Fixed reentrant signal handler issue with python 3.14

v0.1.6

21 Apr 19:06

Choose a tag to compare

Added

  • New mqtty-serial-bridge application to bridge local serial devices to MQTT topics.
  • New installed CLI entrypoint: mqtty-serial-bridge.

Added sample files:

  • mqtty-serial-bridge.toml.example
  • mqtty-serial-bridge.service

Added exhaustive Dockerized test runner:

  • Dockerfile.test
  • scripts/run-tests-docker.sh

Added end-to-end integration tests with real mosquitto + PTY serial emulation.

Changed

  • Replay log records now include absolute epoch timestamp in milliseconds: ts (with t + d retained).
  • README updated with serial bridge usage, testing workflow, and logging format notes.

Fixed

  • Serial bridge MQTT connect handling now accepts Paho ReasonCode callback behavior correctly.
  • Removed
  • Removed legacy uart2mqtt.toml.

v0.1.5

20 Apr 19:33

Choose a tag to compare

mqtty-log-replay: Fixed to correctly follow a live-written log.
mqtty-log-replay: Fixed ctrl+c handling

v0.1.4

20 Apr 18:50

Choose a tag to compare

Fixed log sync issues

v0.1.3

20 Apr 05:44

Choose a tag to compare

Added initial mqtty-log and mqtty-log-replay commands

v0.1.2

20 Apr 04:46

Choose a tag to compare

Simplified usage, defaults to stdin/out, and maps to picocom's escape sequence.

v0.1.1

22 Jul 00:30

Choose a tag to compare

Added --raw-output to output data without a pts/picocom. This outputs data until killed, and does not hook up to the input path.

v0.1.0

19 Jul 04:48

Choose a tag to compare

Initial release