Kassomat: Unterschied zwischen den Versionen
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springenM68k (Diskussion | Beiträge) K (added how to invoke maintenance app) |
M68k (Diskussion | Beiträge) K (added image) |
||
Zeile 64: | Zeile 64: | ||
** not used as a datastore! | ** not used as a datastore! | ||
+ | [[Datei:kassomat-overview.png|500px|thumb|left|Overview of the various components]] | ||
{{#ev:youtube|V_DINDvbJZY|360|left|Kassomat mit Change-o-matic in Action}} | {{#ev:youtube|V_DINDvbJZY|360|left|Kassomat mit Change-o-matic in Action}} | ||
[[Kategorie:Projekte]] | [[Kategorie:Projekte]] |
Version vom 3. November 2016, 03:04 Uhr
Kassomat | |
Gestartet: | XX.10.2012 |
Involvierte: | User:anlumo User:m68k User:ripper User:phaer User:hetti |
Status: | in progress |
Beschreibung: | box which changes banknotes into coins |
Shutdownprozedur: | |
Zuletzt aktualisiert: | 2016-11-03 |
Kassomat
payoutd controls the hardware and feeds events into redis queues where other tools may pick them up. Changeomatic listens to events in those redis queues and allows users to change banknotes into coins. The protocol is documented in the payoutd repository. People who are interested in implementing a more advanced POS system are very welcome to do so! :)
Components
- Changeomatic
- Maintenance Mode Application
- Source
- Written in Python
- run:
./kassomat-set-coin-levels.py
- run:
- UI: Console interface
- Payout
- Payout Simulator for development without the real hardware
- Redis
- message broker between the different components (Changeomatic, Payout and the Maintenance Mode Application)
- not used as a datastore!