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
- Host: GitHub
- URL: https://github.com/drichardson/brewmaster
- Owner: drichardson
- License: unlicense
- Created: 2014-06-30T06:58:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2019-02-13T20:04:30.000Z (over 7 years ago)
- Last Synced: 2023-03-10T19:39:09.653Z (over 3 years ago)
- Topics: opengl-es, raspberry-pi
- Language: C
- Homepage:
- Size: 2.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)