Skip to content

ef-end-y/ESSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Encrypted Smiley Secure Protocol Python Library

Installation

git clone https://github.com/ef-end-y/ESSP.git
cd ESSP/
pip install .

Examples

import time
from essp_api import EsspApi
essp = EsspApi('/dev/ttyACM0')
essp.enable()
while True:
    for p in essp.poll():
        if p['status'] == essp.CREDIT_NOTE:
            print 'A note (code=%s) has passed through the device' % p['param']
    time.sleep(0.5)

About

Encrypted Smiley Secure Protocol Python Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages