https://github.com/chaosdorf/freitagsfoo-infobeamer
This software is meant to be used on info-beamer during a Freitagsfoo.
https://github.com/chaosdorf/freitagsfoo-infobeamer
freitagsfoo info-beamer
Last synced: about 1 year ago
JSON representation
This software is meant to be used on info-beamer during a Freitagsfoo.
- Host: GitHub
- URL: https://github.com/chaosdorf/freitagsfoo-infobeamer
- Owner: chaosdorf
- Created: 2018-07-13T17:52:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T18:01:16.000Z (almost 2 years ago)
- Last Synced: 2025-02-16T03:32:58.454Z (over 1 year ago)
- Topics: freitagsfoo, info-beamer
- Language: Lua
- Homepage:
- Size: 7.14 MB
- Stars: 1
- Watchers: 17
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# info-beamer software for Freitagsfoo
This software is meant to be used on info-beamer during a [Freitagsfoo](https://wiki.chaosdorf.de/Freitagsfoo).
> 
>
> *title screen*
> 
>
> *talks screen*
> 
>
> *next talk screen*
## main node
This folder contains the main node which does the animations and switches between the different screens.
On start, the software just displays the background animation.
You'll need to switch to a different screen to see anything meaningful:
```
echo -n "freitagsfoo/screen:title" | nc -u localhost 4444
```
If the state becomes invalid somehow, you'll see this screen:
> 
>
> *error screen*
In this case you can either wait for the software to reset itself or you can do it manually:
```
echo -n "freitagsfoo/reset:true" | nc -u localhost 4444
```
## background
You need to configura a background by adding a child package called `background`. A simple background which just paints a black screen is included.
## Credits
Used fonts:
* *Computerfont*: public domain
* *CP Mono*: CC by Liquitype
Used icons:
* `user.png`: CC by-nd icons8.com
* `planner.png`: CC by-nd icons8.com
* `pesthoernchen.svg`: [muelli](https://blogs.gnome.org/muelli/2009/09/ccc-artwork/)