Skip to content

Releases: 8cH9azbsFifZ/moonboard

MQTT backend for improved stability

02 Jan 21:27
Compare
Choose a tag to compare
Pre-release

The interface BLE<>LED is now implemented in MQTT. Two backend and one LED frontend services running... Still a hack, but seems more stable than the DBUS based previous version. In particular an encoding issue with messed up packages has been re-worked.

Reworked systemd services

29 Nov 20:12
Compare
Choose a tag to compare
Pre-release

Works perfectly without resetting.

Installation must be done manually using the scripts in ./install. Make sure to delete all previous com.moonboard.service and moonboard.service in all locations (i.e. using find / -name "com.moonboard.service" and find / -name "moonboard.service").

Working setup

01 Aug 09:37
Compare
Choose a tag to compare
Working setup Pre-release
Pre-release

This is a current working setup in my environment. The installation is done using:

  • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/8cH9azbsFifZ/moonboard/master/install/install.sh)"
    Once installed the DBUS service must be restarted (on every reboot) using this workaround:
  • ssh -lpi raspi-moonboard ./moonboard/scripts/fix_startup.sh

Version running in GZ setup

30 Mar 20:27
a61b21d
Compare
Choose a tag to compare
Pre-release

This version is currently running in my "production" setup.