暫無描述

micha aca7796b6f add: Quick install instruction's 2 年之前
3d e92f139ec2 activate vpu_live.py pygame as vpu 1 年之前
desktop 39b74e9ebb add desktop links 1 年之前
dev abbffe288d fix pull origin dev 1 年之前
fixtures 92cd1d31c6 activat: apcmini, change DMX Numbering from 0 to 1 1 年之前
icon 24b7cb204d add: icon dir 1 年之前
init 93987f610c cleanup start init script's 1 年之前
input d90be52867 fix: touch to screen map on VGA(DP-2) or DisplayPort(HDIM-1) for Lenovo T440 1 年之前
lib 2ea429eb25 fix: 2/2 hang console.py by heavy-flashing-by-hand xx.next return's None 1 年之前
media 690496c717 add: player in ip-netns namespace not working 1 年之前
old a85ecdf616 clean: dir,files 1 年之前
remote 8d0747be4e fix: memchached key ip:univ 1 年之前
show df97761cd4 add: vpu example show's 1 年之前
tool a7276e5ede fix: tk-nodescanner 1 年之前
vpu 44d354e503 cut show history 1 年之前
.gitignore 11e1b8d1f9 init repo 1 年之前
LICENSE e4ddf095a9 add: GPLv2 LICENSE file 1 年之前
LibreLightDesk.py c9484dd07e cleanup 1 年之前
README.md aca7796b6f add: Quick install instruction's 1 年之前
_LibreLightDesk.py 44d354e503 cut show history 1 年之前
_console.py 2ea429eb25 fix: 2/2 hang console.py by heavy-flashing-by-hand xx.next return's None 1 年之前
console.py 6adb025ae1 add: test for console.py 1 年之前
console_test.py 18b04aa1f6 add HTP_MASTER 1 年之前
fix_gen.py 73d1ea7ca8 extend: vpu grid numbering/overlay 1 年之前
install.sh 4652496b4f fix apt install -y 1 年之前
issue.txt 8616208fa0 clean issue 1 年之前
light.cgi 803ffb0da2 fix: get dms scritpt name 1 年之前
start.sh cd9bcdb8df cleanup start script's 1 年之前
unittest_run.py 9f7f385082 add unittest 1 年之前
upgrade.sh ae0a6afb33 add: upgrade scritp 1 年之前

README.md

Stage Lighting Control Software, Movingheads, Movinglights, Dimmer, LED, Spotlight, Washlight

LibreLightScreen

HomePage

Youtube Tutorial


Quick Setup / Install

Prerequisites

  • Operating System: Debian 11
  • set two static ip address 10.10.10.x/24 and 2.0.0.x/8 on a LAN-Interface

    adduser user
    mkdir /opt/LibreLight
    mkdir /opt/LibreLight/git/
    chown -R user:user /opt/LibreLight
    
    mkdir /opt/netns
    
    # clone all repos
    wget https://raw.githubusercontent.com/micox4356/LibreLight/master/upgrade.sh 
    
    sh upgrade.sh
    
    # install all deb packages
    sudo bash /opt/LibreLight/Xdesk/install.sh