An open API service indexing awesome lists of open source software.

https://github.com/alexking/hid-forward-to-mqtt

Forward HID input (such as from a barcode scanner) to MQTT
https://github.com/alexking/hid-forward-to-mqtt

barcode mqtt

Last synced: 2 months ago
JSON representation

Forward HID input (such as from a barcode scanner) to MQTT

Awesome Lists containing this project

README

          

# hid-forward-to-mqtt

Forward HID input (such as from a barcode scanner) to MQTT. Use the `config.yaml` file to
configure things such as MQTT server, topics, and which HID device to read from.

Check out [hidstream](https://github.com/Amorelandra/hidstream) for additional information
about connecting to devices, and [MQTT.js](https://github.com/mqttjs/MQTT.js) for queue configuration.