Skip to content

Instantly share code, notes, and snippets.

@gmvi
Last active December 22, 2015 06:49
Show Gist options
  • Save gmvi/6433522 to your computer and use it in GitHub Desktop.
Save gmvi/6433522 to your computer and use it in GitHub Desktop.
guest login patch for vendttp client-server communication
VendTTP Client-Server Communication
(guest-login patch based on revision 3.2)
=========================================
new guest log-in request:
{
"type" : "guest"
}
no confirmation response
to log out of guest, user must confirm donation of remaining funds
When logged in as guest, RFID tag reading is suspended, because logging out of guest requires user to confirm donation of guest balance.
log-out request stays the same
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment