Go to file
interfisch 3198826d02 Update 'requirements.txt' 2023-12-16 14:25:07 +00:00
src add reconnect time set in function 2023-08-19 11:39:06 +02:00
systemd fix path 2021-07-01 21:44:07 +01:00
README.md fix linebreakes 2021-07-03 20:06:35 +02:00
requirements.txt Update 'requirements.txt' 2023-12-16 14:25:07 +00:00

README.md

Install python packages

pip3 install -r requirements.txt

Run

python3 src/main.py MQTTBROKERADDRESS BASETOPIC

Install Systemd Service

sudo cp systemd/mqtt-pi-led-display.service /etc/systemd/system/

sudo systemctl start mqtt-pi-led-display.service

sudo systemctl enable mqtt-pi-led-display.service