temoto / vender

Open source vending machine controller firmware
Creative Commons Zero v1.0 Universal
63 stars 20 forks source link
mdb-adapter status-working vending vending-machine

What

Vender is free open source VMC (Vending Machine Controller).

Status:

Hardware

Required for VMC:

Supported peripherals:

Design

VMC overall structure:

Build

Supported Go versions: 1.13 and 1.15

Vender compiled with Go 1.13 was successfully running in production until release v0.200630.0. Go 1.14 introduced async preemtible runtime by interrupting syscalls. Go 1.15 os and net packages automatically retry on EINTR.