Command-line binary used with strecku store credentials as a kiosk interface.
Script that reads 1 scanned code (RFID or BAR-code reader) and;
- if associated with user, buys 1 more of the most recently purchased product
- if product bar code, prints the product name to stdout
- if unknown code, associates the code to the most recent buyer of the store
Wraps buy
in a loop.
Put raw store credentials in a token
file, then run $ ./loop
.