Skip to content
Snippets Groups Projects
user avatar
Merge pull request #4 from mtearle/master
John Hodge authored
Add config_modbus_port option to allow Modbus port to be set (for virtualcoke)
68cc05f1
=====================
=== 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/`