brata-hsdc / brata.station

Automatically exported from code.google.com/p/brata.station
Apache License 2.0
0 stars 0 forks source link

Kiosk queue issue45 #49

Closed ellerychan closed 8 years ago

ellerychan commented 8 years ago

Delivers a functional Dock Kiosk with two queues.

By default the queues are: flight_screens and text_screens

The queues are text files containing lists of commands. You can comment out commands you don't want run. Commands from the two queues are interleaved by the dock_kiosk.sh script. You can edit flight_screens and text_screens while dock_kiosk.sh is running. When you save, the kiosk will pick up the changes.

Just run brata.station/flight_profile/kiosk/dock_kiosk.sh.

Needs a few embellishments here and there to make it more convenient, but this basic functionality should be enough to get by with.

@DesignChallengeGuy: Finally converging on something reasonable.