Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 10 hours 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T18:01:16.000Z (3 months ago)
- Last Synced: 2024-07-30T22:15:03.842Z (3 months 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).
> ![screenshot](screenshot-1.png)
>
> *title screen*> ![screenshot2](screenshot-2.png)
>
> *talks screen*> ![screenshot3](screenshot-3.png)
>
> *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:
> ![screenshot4](screenshot-4.png)
>
> *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 LiquitypeUsed 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/)