Common barcode (QR-Code, Bar-Code) packages
Notes Require(s):
- Python barcode decoding library -- Zbar:
- sudo apt-get install libzbar0
- pip install pyzbar
-
barcode_detection.py Used to detect the barcode; QR-Code/Bar-Code thus read and publish the value.
-
barcode_identification.py Used to determine the code (QR/Bar) category; "customer" or "store" once the node (1) succesfully publish the barcode value.
-
barcode_record.py "store" barcode will be assigned with the "available" locker number, recorded, and email notification; self-generated barcode will be sent to the "customer".
-
barcode_validate.py "customer" barcode will be validated to see; trigger the designated locker number based on the node (3) database.