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
- Host: GitHub
- URL: https://github.com/alexking/hid-forward-to-mqtt
- Owner: alexking
- License: mit
- Created: 2018-02-11T07:23:14.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T17:17:41.000Z (over 2 years ago)
- Last Synced: 2024-04-24T09:05:32.376Z (about 2 years ago)
- Topics: barcode, mqtt
- Language: JavaScript
- Size: 128 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.