mtearle / OpenDispense2

The UCC's dispense system (coke machine control and digital bank)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

=====================
=== OpenDispense2 ===
=====================

Replacement for the UCC (University Computer Club)'s "dispense" system


=== Compiling ===
Required packages
- libncurses-dev
- libssl-dev
- build-essentials (gcc and GNU Make)
- libmodbus-dev (used for communicating with the coke machine)
- libsqlite3-dev
- libident-dev


Run `make -C src/`

About

The UCC's dispense system (coke machine control and digital bank)

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 94.3%Language:Shell 3.9%Language:Makefile 1.8%