diff options
-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 + |