You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
The puck scanner now uses pylibdtmx library instead of a 'home brewed' reader to read the data codes. The 'home brewed' reader was not able to read the codes engraved on our newly ordered pucks (couldn't decipher '\n' which was, for some reason, added at the end of each code). Switching to pylibdtmx has additional benefits:
pylibdtmx is much faster than the 'home brewed' code
the puck scanner code becomes simple and easier to maintain
Puck scanner runs on python 3.9 with most recent version of all but the following libraries (latest versions resulted in pyinstaller errors) :