2026-03-01 21:15:28 +11:00
2025-11-19 21:47:35 +11:00
2025-11-21 12:20:03 +11:00
2025-11-19 21:44:47 +11:00
2025-11-19 21:41:22 +11:00

RRCS Scripts

Dependancies

  • RRCS Windows Client (Tested 8.9)
  • An Artist frame
  • Rasberry Pi (Tested on Ras Pi 1)
  • Raspian/Debian
  • Python 3
    • Python 3 Requets
    • Python 3 RPi.GPIO

Install instructions

  • Downloand script into /usr/local/bin/

  • Download rrcs-trigger file and place into /usr/local/bin/

  • Download rrcs-trigger.service and place it into /etc/systemd/system/

    • Run the follwoing commands to enable the service on boot. sudo systemctl enable rrcs-trigger.service and sudo systemctl start rrcs-trigger.service
    • Run the following command to see how its booting up. watch systemctl status rrcs-triggers.service
  • Modify the script to have your RRCS Server IP address and port.

Logging

  • All logs are printed to journalctl, this includes when the button is pressed.
Description
No description provided
Readme 40 KiB
Languages
Python 98.5%
Shell 1.5%