An open API service indexing awesome lists of open source software.

https://github.com/drichardson/brewmaster

Raspberry Pi Kegerator "What's on tap" Display
https://github.com/drichardson/brewmaster

opengl-es raspberry-pi

Last synced: 2 months ago
JSON representation

Raspberry Pi Kegerator "What's on tap" Display

Awesome Lists containing this project

README

          

brewmaster
=========
Kegerator monitor and tap identifier.

Directories
-----------
- ember_frontend - the JavaScript based web front end. Runs in
the client browser.
- webapi - the Go based web api. Runs on the Raspberry pi.
- keggie - the raspberry pi application the user at the keg interacts with
- examples - experiments that may be useful to keep around during development.

Configuring Raspberri Pi
------------------------
- sudo apt-get install go vim git clang libdispatch-dev cmake libjansson-dev libcurl4-nss-dev libopencv-imgproc-dev
- install TurboJPEG using: ./configure --without-turbojpeg --with-jpeg8 --without-java --prefix=/opt/local
- optional packages (for examples and vim): cscope libcairo2-dev
- Use raspi-config to use the entire SD card
- Your raspi should be booting to terminal. If it is
booting to X, use raspi-config to change the boot behavior.

TODO
----
- Consider using libjpeg-turbo (drop in replacement for libjpeg that performs better by using SIMD)