Collection of tools for our beverage POS kiosk system with barcode scanner
Find a file
s3lph dcf7caa08f
All checks were successful
/ build_debian (push) Successful in 17s
fix(ci): get version number in ci checkout
2024-11-29 01:41:28 +01:00
.forgejo/workflows fix(ci): get version number in ci checkout 2024-11-29 01:41:28 +01:00
package/debian/barcode-utils/DEBIAN feat: add debian package 2024-11-29 01:23:35 +01:00
webextension-tabfocus feat: add barcode-websocket-server, webextension-tabfocus 2024-11-27 21:17:34 +01:00
.gitignore feat: add debian package 2024-11-29 01:23:35 +01:00
barcode-websocket-server feat: add debian package 2024-11-29 01:23:35 +01:00
LICENSE feat: add barcode-websocket-server, webextension-tabfocus 2024-11-27 21:17:34 +01:00
README.md feat: add barcode-websocket-server, webextension-tabfocus 2024-11-27 21:17:34 +01:00

barcode-utils

Collection of tools for our beverage POS kiosk system with barcode scanner:

barcode-websocket-server

Service that binds to the USBHID barcode scanner and provides scan events via a websocket to web clients.

Can also wake the screen via ydotool.

webextension-tabfocus

Web Extension that injects a window.extension_tabfocus() function into browser tabs' Javscript context.

When called, this function will cause the browser to switch to the calling tab.