Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What versions of Flask and it's extensions are used here? #4

Open
milano-slesarik opened this issue Mar 20, 2017 · 5 comments
Open

Comments

@milano-slesarik
Copy link

I'm trying to make the web interface work but I can't figure out which versions of Flask, Flask-SqlAlchemy etc. should I use. Are there any requirements.txt or description of module versions?

@Bouni
Copy link
Owner

Bouni commented Mar 21, 2017

To be honest, I don't recall what I've used back then.
Anyway, the project was never working good enough to be really used in a environment where strangers can approach the machine or the interface.

@tkralj
Copy link

tkralj commented Mar 14, 2019

Hello, why the project never worked good enough? I'm trying to sniff MDB protocol to catch VEND command from VMC and get actual value of the item. What do you think is the best approach to get vend price or item if on the machine is connected only coin acceptor / changer and no other device. Should i fake cashless device only to sniff MDB port to get VEND or other approach. Your opinion would be much appreciated.

@Bouni
Copy link
Owner

Bouni commented Apr 8, 2019

Hi, the reason is that it workend just sometimes and very inconsistent. My VMC died before I was able to fix these problems.
To sniff the bus, you don't need to implement any device! You just have to listen and parse the data according to the MDB Spec.
As long as you dont wand to talk to the bus, thats sufficant.

@tkralj
Copy link

tkralj commented Apr 8, 2019 via email

@Bouni
Copy link
Owner

Bouni commented Apr 8, 2019

The product price is sent by the VMC in the VEND REQUEST command, check out my old blog post Section Vend Request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants