Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
/ lights_controller Public archive

Scripts that can be run to control the light veins in ground and first floor at 42 Berlin

Notifications You must be signed in to change notification settings

42Berlin/lights_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

lights_controller

Scripts that can be run to control the light veins in ground and first floor at 42 Berlin

Resolume Arena

Lights veins are controlled via Resolume Arena, a lightweigth software that displays video clips on our light veins installation. Resolume Arena provides an API to remotely control the lights, which is available from cluster computers at 42 Berlin.

API links

API controller
API documentation

Example

python3 lights_clip_connect.py

This simply selects the clip on a row and column of the controller, and the lights turns green!

API controller

How it works? It uses the API clip .../connect POST request, as below:

curl -X POST "http://10.11.250.225:8080/api/v1/composition/layers/2/clips/5/connect"

API documentation

What's next

You are more than welcome to contribute to this repository, you can make a pull request or contact us directly if you want to add your own scripts. Have fun, play around, and control the lights!

About

Scripts that can be run to control the light veins in ground and first floor at 42 Berlin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages