https://github.com/zaquestion/vendttp
Software to run StudentRND's Frankensteinian vending machine
https://github.com/zaquestion/vendttp
Last synced: 6 months ago
JSON representation
Software to run StudentRND's Frankensteinian vending machine
- Host: GitHub
- URL: https://github.com/zaquestion/vendttp
- Owner: zaquestion
- License: gpl-2.0
- Created: 2013-12-29T01:17:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-20T17:29:26.000Z (almost 12 years ago)
- Last Synced: 2025-04-06T07:25:03.343Z (9 months ago)
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VendTTP
Software to run StudentRND's Frankensteinian vending machine.
## To use:
1. (optional) Start arduino IDE to discover which port the arduino is connected on.
2. create or edit the settings.py to specify the arduino and RFID scanner ports.
3. Start server.py.
4. Start the windows phone client.
5. Point the windows phone client to the server IP.
## Requirements:
* Python 2.x
* [PySerial](http://pyserial.sourceforge.net/) if you plan on using this with the real vending machine and RFID scanner; not necessary for emulated controllers and scanner.