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) (wikify all the links) |
M68k (Diskussion | Beiträge) K (minor style improvements) |
||
Zeile 27: | Zeile 27: | ||
== Components == | == Components == | ||
− | * Changeomatic | + | * '''Changeomatic''' |
** [https://github.com/sixtyeight/changeomatic Source] | ** [https://github.com/sixtyeight/changeomatic Source] | ||
** Written in Java | ** Written in Java | ||
Zeile 35: | Zeile 35: | ||
*** [https://github.com/FasterXML/jackson Jackson] (JSON library) | *** [https://github.com/FasterXML/jackson Jackson] (JSON library) | ||
− | * Maintenance Mode Application | + | * '''Maintenance Mode Application''' |
** [https://github.com/phaer/kassomat-scripts Source] | ** [https://github.com/phaer/kassomat-scripts Source] | ||
** Written in Python | ** Written in Python | ||
** UI: Console interface | ** UI: Console interface | ||
− | * Payout | + | * '''Payout''' |
** [https://github.com/sixtyeight/Payout Source] | ** [https://github.com/sixtyeight/Payout Source] | ||
** Written in C | ** Written in C | ||
Zeile 53: | Zeile 53: | ||
*** ITL example code (aka "vendor hardware library") | *** ITL example code (aka "vendor hardware library") | ||
− | * [http://redis.io/ Redis] | + | * '''[http://redis.io/ Redis]''' |
** message broker between the different components (Changeomatic, Payout and the Maintenance Mode Application) | ** message broker between the different components (Changeomatic, Payout and the Maintenance Mode Application) | ||
** not used as a datastore! | ** not used as a datastore! |
Version vom 2. November 2016, 18:52 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-02 |
Kassomat
- Video: https://www.youtube.com/watch?v=V_DINDvbJZY
- Payoutd: https://github.com/sixtyeight/Payout
- Maintenance Mode Application: https://github.com/phaer/kassomat-scripts
- Changeomatic: https://github.com/sixtyeight/changeomatic
Development
In case you don't have the actual hardware available you can use the Payoutd/Cash hardware Simulator instead: https://github.com/hettipeti/PayoutSimulator
The https://github.com/hettipeti/PayoutSimulator/tree/master/PayoutSim_v3/PayoutSimulator folder contains the latest version.
Status
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
- UI: Console interface
- Payout
- Redis
- message broker between the different components (Changeomatic, Payout and the Maintenance Mode Application)
- not used as a datastore!