diff options
author | xengineering <mail2xengineering@protonmail.com> | 2020-09-27 00:02:51 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2020-09-27 00:02:51 +0200 |
commit | 30551b56cb20d6cd8dbf72277dc829e0041722ed (patch) | |
tree | b41f44865bc033a03a14ab2c1b3cba8134ce0bd6 | |
parent | 3d2e6444ff1973c232538d7cf27aeb3171abb004 (diff) | |
download | iot-barcode-scanner-30551b56cb20d6cd8dbf72277dc829e0041722ed.tar iot-barcode-scanner-30551b56cb20d6cd8dbf72277dc829e0041722ed.tar.zst iot-barcode-scanner-30551b56cb20d6cd8dbf72277dc829e0041722ed.zip |
Add README.md
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..6fda3ed --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ + + +# IoT Barcode Scanner + +A service that makes barcode scanners available on the network for IoT use. + + +## Milestones + +- MVP: Forward keyboard/scanner input to MQTT topic +- Read MQTT connection details from config file +- Disable scanner as regular input source and bind it only to the service +- Package it for Arch Linux + |