-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Comments
To be honest, I don't recall what I've used back then. |
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. |
Hi, the reason is that it workend just sometimes and very inconsistent. My VMC died before I was able to fix these problems. |
Thanks for the reply. That's what i found out too about MDB. I've got two different MDB vending machines and they have two different MDB implementations. Secondly i found out that sniffing MDB would not return VEND price when VEND command is issued by VMC. Because of that my first idea was to act as cashless device in order to get vend price from VMC at the moment of vend. Do you know any simpler solution to get vend price from VMC at the moment when user pressess VEND command on the machine.
[softLabLogo87x25]
Tomislav Kralj
Voditelj razvoja
+385 091 724-0724 (mob)
[email protected]
Softlab obrt
S. Radića 16, 10430 Samobor
Croatia
www.softlab.hr
From: bouni <[email protected]>
Sent: Monday, April 8, 2019 9:31 AM
To: Bouni/MateDealer <[email protected]>
Cc: Tomislav <[email protected]>; Comment <[email protected]>
Subject: Re: [Bouni/MateDealer] What versions of Flask and it's extensions are used here? (#4)
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.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub<#4 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Af0p6gfMg5gTq3CQwv_Mnf4sVtmkHUMBks5vevAogaJpZM4Mi-aY>.
|
The product price is sent by the VMC in the VEND REQUEST command, check out my old blog post Section Vend Request |
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?
The text was updated successfully, but these errors were encountered: