blob: 2c10884209bc3ab59bc841831a781ed5e700731d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Changelog
## [0.1.0]
### Added
* Running programs, asynchronously, in response to MQTT messages based on a set
of configured routes with a 60 second timeout. Programs are executed once per
message, receive the message on stdin and the topic as an argument.
* Configure an MQTT server using a host, port and optional credentials.
[0.1.0]: https://the-tk.com/cgit/mqttr/diff/?h=v0.1.0&id2=14519559686525121352de3e3c9b9cacc4242038
|