]> the.earth.li Git - mqttdeck.git/log
mqttdeck.git
9 months agoAdd automatic MQTT reconnection
Jonathan McDowell [Wed, 31 Jul 2024 08:22:09 +0000 (09:22 +0100)]
Add automatic MQTT reconnection

If the MQTT server goes away we want to try and reconnect automatically.

20 months agoAdd initial async framework
Jonathan McDowell [Mon, 4 Sep 2023 18:35:22 +0000 (19:35 +0100)]
Add initial async framework

To move to being able to accept commands controlling button images move
to using the async version of streamdeck.

23 months agoAdd udev/systemd service files to start on device insertion v0.1.0
Jonathan McDowell [Sat, 10 Jun 2023 17:17:26 +0000 (18:17 +0100)]
Add udev/systemd service files to start on device insertion

23 months agoAdd basic, terrible, Debian packaging
Jonathan McDowell [Sat, 10 Jun 2023 16:39:22 +0000 (17:39 +0100)]
Add basic, terrible, Debian packaging

This is not the right way to package a Rust binary for Debian; it makes
no attempt to use system Rust crates and instead invokes cargo itself to
download what's needed. However it makes it much easier to test
deployment and in the unlikely event I decide to upload to Debian I'll
fix it to use dh-cargo etc first.

23 months agoInitial commit
Jonathan McDowell [Wed, 7 Jun 2023 18:25:57 +0000 (19:25 +0100)]
Initial commit