2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-24 14:31:51 +01:00
Files
dockerfiles_vimagick/barcode-server/README.md
2024-05-31 16:32:52 +08:00

16 lines
418 B
Markdown

barcode-server
==============
[barcode-server][1] is a simple daemon to read barcodes from USB Barcode
Scanners and expose them to other service using HTTP calls, a websocket API or
MQTT.
```bash
$ mkdir -p data
$ wget -P data https://github.com/markusressel/barcode-server/raw/master/barcode_server.yaml
$ vim data/barcode_server.yaml
$ docker compose up -d
```
[1]: https://github.com/markusressel/barcode-server